Skip to content

shwang-bk/fin4crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fin4crawl

MIT

一些關於交易所資料的爬蟲

套件需求

  • 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

About

一些關於台灣交易所資料的爬蟲

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages