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
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
- APIerror3 10023 User requests out of rate limit
- Takes long time to dig data
- APP_KEY will out of date about 7 days
- @linzhi To implement
- Set the appropriate delay time