issues
search
hisen630
/
my_stock
GNU General Public License v2.0
1
stars
1
forks
source link
readme
my_stock
Pre-requirements
Python 2.7 (Anaconda release is a better choice)
MySQL 5.5+
MySQL-python package (You could need to install the MySQL driver first)
tushare 0.9+ -- A python package
Installation
Setup your MySQL properly.
Change $MY_STOCK_HOME/conf/conf.py to set up MySQL config
Init the MySQL database:
cd $MY_STOCK_HOME/script python initDB.py -c all
Download stock data
Check this cmd:
python dump_stock.py -h