Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 363 Bytes

File metadata and controls

25 lines (14 loc) · 363 Bytes

#FetchFigureOneData Figure1数据获取程序

#依赖 pip install urlparse2

pip install httplib2

pip install torndb

pip install mysql-python

#介绍 main.py --- 流程和主入口

config.py --- 存放配置信息

db.py --- 数据库处理

jsonHander.py --- JSON处理

login.py --- 登陆实现

queryCore.py --- 网络数据交互处理