I am trying to retrieve data about all the users whom retweeted a tweet.
Does it only extract the data from a tweet originating from your account or does this function allow access to all tweets. I also am trying to figure out which data to use as the “id”, since a tweet as an “id” and a “str_id”. Does both of these work?
GET statuses/retweeters/ids provides a list, how is this implemented in Python. I have created an small implementation but it does not display the retweet information for a tweet I created and then retweeted using another account for testing purposes.
Your help on the matter would be appreciated.