I'm using "TwitteR" package and R program to retrieve tweets information. Even though Twitter API provides
retweet_count’ function(https://dev.twitter.com/docs/faq#6899)
I couldn't figure out how to utilize it within R. ( Maybe using 'getURL
' function in 'RCurl' package?)
Basically, I'm looking for ways to
the number of times specific tweet has been retweeted
Using Streaming API in R for getting real time information such as
a. new followers join those users, and
b. when they post tweets or retweets, and
c. when the tweets they have posted are re-tweeted by someone else
I would appreciate if anyone could help me out finding leads to get any of these information.
I can't help with the streaming API question, but how about this for working with retweets, based on this helpful tutorial. You could probably work with it to focus on specific tweets instead of numbers of retweets per user. Some of the posts here may be more useful.