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
122 stars 41 forks source link

Getting Error when running Main.py #7

Closed rydlo98 closed 4 years ago

rydlo98 commented 4 years ago

I have installed the required dependencies using pip install python-twitter, but when I run main.py I get the following error.
Traceback (most recent call last): File "main.py", line 4 in <module> import twitter ModuleNotFoundError: No Module names 'twitter'

Any advice would be appreciated.

rydlo98 commented 4 years ago

Found the problem. python-twitter needs to be installed using command pip3 instasll python-twitter