Skip to content

Python爬取分析2021年世界五百强的WebApp

License

Notifications You must be signed in to change notification settings

touero/pond-loach

Repository files navigation

pond-loach

仓库介绍

  爬取财富网下的2021年世界五百强并作图分析, 对不同经济实力的对比

bar pie

安装

这个项目使用Python Git 请确保你本地安装了它们。

$ git clone https://github.com/weiensong/Fortune500.git

运行

$ pip install -r requriements.txt

# 爬取
$ python3 ./crawler.py

# 作图
$ python3 ./analyze.py

相关仓库

  • python — All Algorithms implemented in Python
  • Selenium — A browser automation framework and ecosystem
  • PyWebIO — Write interactive web app in script way
  • pyecharts — 人人可用的开源数据可视化分析工具

相关链接

维护者

@weiensong

如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

标准 Python 遵循 Python PEP-8 行为规范。

贡献者

感谢参与项目的所有人

使用许可

MIT © weiensong