This's something to do for me.
Python practice.
##collect Taiwan Stock Exchange information toolkit.
- TSE - http://bsr.twse.com.tw/bshtm/
- OTC - http://www.gretai.org.tw/ch/stock/aftertrading/broker_trading/brokerBS.php
##usage:
###require module
BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/
1. install BeautifulSoup
改用內建的re來處理網頁
- run
python GetTWBSR.py
and wait csv download in BSR folder.
##Todo.
add OTC information.maybe using 're' replace BeautifulSoup- csv to db
- Web GUI...