# FetchFigureOneData **Repository Path**: hjs_hust/FetchFigureOneData ## Basic Information - **Project Name**: FetchFigureOneData - **Description**: Figure1数据抓取小程序。 - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #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 --- 网络数据交互处理