An open API service indexing awesome lists of open source software.

https://github.com/mayandev/vote_crawler

小程序云开发比赛点赞数量查询爬虫
https://github.com/mayandev/vote_crawler

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# vote_crawler

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

# 运行

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

```bash
$ pip install beautifulsoup4
$ pip install urllib3
$ pip install PrettyTable
```

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

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

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

![](https://mayandev.oss-cn-hangzhou.aliyuncs.com/blog/vote_scrapy.png)