How to crawl retweets of a certain user?
Posted
by Xiong
on Stack Overflow
See other posts from Stack Overflow
or by Xiong
Published on 2010-03-21T21:37:21Z
Indexed on
2010/03/21
21:41 UTC
Read the original article
Hit count: 400
twitterapi
I studied the Twitter API Documentation today. Only find that we could use "Twitter REST API Method: statuses user_timeline" to acquire statuses of a certain user. Retweets are stripped out of the user_timeline for backwards compatibility reasons. If I want retweets included, API Documentation recommend "statuses retweeted_by_me", but retweeted_by_me cannot return the retweets by other users.
I think maybe we can analyse the twitter webpage of a certain user to get his retweets. However is there any elegant way to crawl retweets of a certain user?
Thanks in advance!
© Stack Overflow or respective owner