搭建个人的金融系统-----第三章,完整代码公开

代码开源地址:

https://github.com/ahe168/stockstore

一、安装mysql数据库服务器

二、运行 stockstore.sql 脚本,建表

三、运行 pip install -r requirements.txt 安装依赖

四、修改数据库配置config_stock_db.json

五、修改tushare配置config_stock_src.json 申请 tushare地址:https://tushare.pro/register?reg=381844

六、修改定时任务执行脚本config_cron.json

七、运行 runner.py

八、等待数据入库

安装过程有问题,可以留言或私信。

你可能感兴趣的:(金融)