kurozael / twitter-contest-bot

Will poll for Retweet Contests and retweet them. Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/
236 stars 107 forks source link

Proper following of user #3

Closed BrianKhan closed 9 years ago

BrianKhan commented 9 years ago

the JSON returned by the search may include retweets by tweeters other than the original tweeter. Retweeting these users is fine, since twitter automatically returns the original tweet, however the function to follow a user originally would follow the retweeter, making the program user ineligible for the giveaway. The fixed code tries to get an entry from retweeted_status that only shows up in retweeted tweets, and contains information about the original tweeter. If this fails (the tweet is not a retweet), it continues as normal.