0xfuturistic / Twitter-Giveaways-Bot

A bot that will constantly look for new giveaways and contests on Twitter; and enter to all of them! It will do whatever it's needed, either retweeting or liking something, or even following and DMing someone :D
MIT License
121 stars 41 forks source link

Not working for me. #25

Open Kruss2465 opened 2 years ago

Kruss2465 commented 2 years ago

Hi there,

I followed the steps exactly and this message keeps coming up in pycharm dashboard when I try to run main.py

Traceback (most recent call last): File "C:\Users\Kristian\Desktop\python stuff\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\main.py", line 2, in import twitter File "C:\Users\Kristian\Desktop\python stuff\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\twitter__init__.py", line 56, in from .api import Api # noqa File "C:\Users\Kristian\Desktop\python stuff\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\Twitter-Giveaways-Bot-edeb1591bf4e29fb423e2b33c4a1e5c462dc024f\twitter\api.py", line 5093 raise TwitterError({'message': 'Unknown error': '{0}'.format(json_data)}) ^ SyntaxError: invalid syntax

Any help would be great!

Kind Regards,

Kristian

hussainasghar commented 2 years ago

did you find a solution?