评论

小程序云开发挑战赛点赞排名查询爬虫分享

分享一下小程序云开发挑战赛点赞排名查询爬虫代码

爬虫代码:https://github.com/Mayandev/vote_crawler

vote_crawler

小程序云开发比赛点赞数量查询爬虫。


运行

需要 Python 环境,并安装下面的三个库:

$ pip install beautifulsoup4
$ pip install urllib3
$ pip install PrettyTable

clone 本项目,进入文件夹,运行 vote_crawler.py 文件:

git clone https://github.com/Mayandev/vote_crawler.git
cd vote_crawler
python vote_crawler.py

结果会以表格的形式在控制台输出:


最后一次编辑于  2020-09-24  
点赞 2
收藏
评论

3 个评论

  • admin
    admin
    2020-09-29

    python确实强大

    2020-09-29
    赞同
    回复
  • Admin ²º²⁴
    Admin ²º²⁴
    2020-09-25

    python爬的代码简洁明了。

    为开源点赞哈。

    2020-09-25
    赞同
    回复
  • 阿远
    阿远
    2020-09-24

    能顶一下我不?

    2020-09-24
    赞同
    回复
登录 后发表内容