robbiebarrat / twitter-contest-enterer

Twitter bot that mass-enters contests on twitters, and (mostly) avoids bot-detection accounts.
MIT License
135 stars 24 forks source link

Syntax Error #9

Closed alexpereza4 closed 6 years ago

alexpereza4 commented 6 years ago

Hello, I have a problem with the code and i dont know what is the problem

-contest-enterer-master> python twitterbot.py File "twitterbot.py", line 40 print "rt " + (i.text) ^ SyntaxError: invalid syntax

Can Someone help me. Thanks

robbiebarrat commented 6 years ago

i think you might be using python 3 - try changing the print statement to print("rt " + (i.text)) and see if you start getting a different error

realwakils commented 6 years ago

Worked for me, thanks! You can close this thread.