Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the badge for workflow "Python application".
  • Loading branch information
songzy12 authored Jun 18, 2020
1 parent 8d9fd35 commit 5453852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Build Status](https://github.com/dataabc/weiboSpider/workflows/Python%20application/badge.svg)

# Weibo Spider

本程序可以连续爬取**一个****多个**新浪微博用户(如[胡歌](https://weibo.cn/u/1223178222)[迪丽热巴](https://weibo.cn/u/1669879400)[郭碧婷](https://weibo.cn/u/1729370543))的数据,并将结果信息写入**文件****数据库**。写入信息几乎包括用户微博的所有数据,包括**用户信息****微博信息**两大类。因为内容太多,这里不再赘述,详细内容见[获取到的字段](#获取到的字段)。如果只需要用户信息,可以通过设置实现只爬取微博用户信息的功能。本程序需设置cookie来获取微博访问权限,后面会讲解[如何获取cookie](#如何获取cookie)。如果不想设置cookie,可以使用[免cookie版](https://github.com/dataabc/weibo-crawler),二者功能类似。
Expand Down

0 comments on commit 5453852

Please sign in to comment.