Hey!
I’m using Tweepy and trying to get a list of users who retweeted a tweet.
using api.retweets(tweetID) returns a large amount of JSON that seems overkill. Is there a way that I can just get the userIDs into a list, or loop through the JSON and add them into a list?
Thank you!