python爬虫抓取并显示新型肺炎数据+分析系统
项目描述
python将全国各地感染新型肺炎信息爬取下来,存储在mysql数据库,并用flask框架将数据展示在web上,并绘制出疫情地图
运行环境
python3(需要安装的库在InfectionStat\src文件夹下的requirements.txt文件中)
项目技术(必填)
python,flask+layui+mysql5.6+pymysql
数据库文件(可选)
链接:https://pan.baidu.com/s/1ienpe4I48ZjFStr2kh8EEA
提取码:5haa
依赖包文件(可选)
>cd D:\workspace-idea\InfectedPerson
>pip install flask
>pip install pymysql
>cd D:\workspace-idea\InfectionStat
>pip install requests bs4
>pip3 install html5lib
资源包文件(可选)
无
运行视频(可选)
链接: https://pan.baidu.com/s/1awqyalDdtUaDX2f2lfSwkA 提取码: x57c
是否原创(转载必填原文地址)
转载
项目截图(必填)
InfectionStat抓取数据idea项目
InfectionStat python web页面显示数据页面
运行截图(必填)
>python runserver.py
>python netGet.py
注意事项(可选)
1.安装python依赖库
pip install flask
pip install pymysql
pip install requests bs4
>pip3 install html5lib
2.先导入createTable.sql(sql文件在InfectionStat项目中)创建表,然后运行InfectionStat项目的netGet.py进行爬虫,将爬下来的数据插入到表中,
3.最后,运行InfectedPerson的runserver.py启动web服务。访问127.0.0.1:5000
猜你喜欢
- /
- /InfectedPerson
- /InfectedPerson/.idea
- /InfectedPerson/.idea/InfectedPerson.iml
- /InfectedPerson/.idea/misc.xml
- /InfectedPerson/.idea/modules.xml
- /InfectedPerson/.idea/workspace.xml
- /InfectedPerson/manage.py
- /InfectedPerson/python
- /InfectedPerson/python/__init__.py
- /InfectedPerson/python/__pycache__
- /InfectedPerson/.idea
- /InfectedPerson