jflessau / winbot-twitter-bot

Twitter contest bot trained to win giveaways.
MIT License
21 stars 2 forks source link

SyntaxError #8

Closed chatzipavlou closed 6 years ago

chatzipavlou commented 6 years ago

File "winbot.py", line 30 print '\n\n\nstart cycle:' +str(i + 1) ^ SyntaxError: invalid syntax

jflessau commented 6 years ago

I’ve replaced every single quote (') in winbot.py with double quotes ("), that should fix it. Also: Do not run this script by using pythoin IDE.

Edit: Changet the print statements to fit python 3 syntax.