一些關於交易所資料的爬蟲
- pipenv
- tesseract
- sqlite3
$ git clone https://github.com/shwang-bk/fin4crawl
$ cd fin4crawl
$ pipenv install
$ pipenv run scrapy list
taifex_future_code # 期貨對應碼
twse_stock_basic # 上市公司基本資訊
twse_stock_branch # 券商分點
twse_stock_chip # 三大法人
twse_stock_margin # 資券餘額
twse_stock_quote # 交易概況
twse_warrant_info # 權證資訊
$ pipenv run scrapy crawl twse_stock_quote -a date=20200325 -o quote_20200325.csv