Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 667 Bytes

File metadata and controls

33 lines (29 loc) · 667 Bytes

Do what ?

This is a spider for fetch HKEX stock data.

How ?

Run

 $ pip install scrapy
 $ pip install scrapyd
 $ pip install scrapyd-client
 $ pip install pymysql

In project root path, execute the following command:

 $ scrapyd
 $ scrapyd-deploy server -p vsch
 $ curl http://localhost:6800/schedule.json -d project=vsch -d spider=hk_capital_spider