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

Problem with favoriting #9

Closed jbschooley closed 8 years ago

jbschooley commented 9 years ago

When the script gets to a tweet that asks for a favorite, such as this one, it throws this error:

File "main.py", line 93, in CheckForFavoriteRequest
    LogAndPrint("Favorite: " + item['id'])
TypeError: cannot concatenate 'str' and 'int' objects

Then it gets stuck into a loop where it retweets the same tweet over and over again until I kill it myself. I have no idea how to python so I can't fix it myself.