Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 920 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 920 Bytes

Sina Weibo Comments Spider

Spider.py is a script that can extract weibo user's comments on his or her following list people through official API documents1.

There are some sina weibo python SDK examples2

Explanation

Collect user's following person's top 100 statuses and then get top 50 comments, extract the comments of input uid.

Usage:

python spider.py

Then input the uid of any weibo account of which one you choose

Issues

  • APIerror3 10023 User requests out of rate limit
  • Takes long time to dig data
  • APP_KEY will out of date about 7 days

Contributors

Todo List

  • Set the appropriate delay time