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

No module named 'twitter' #13

Closed dcchoi2003 closed 4 years ago

dcchoi2003 commented 4 years ago

I followed the instructions and installed python-twitter, but when I run main.py the terminal states that there is no module named twitter. I saw a similar issue stated previously that was resolved using pip3 install python-twitter, but when I try that I get the same outcome.

disestevez commented 4 years ago

Try creating a virtual environment and installing python-twitter there. Then run the bot script using the env. Please let us know what happens

dcchoi2003 commented 4 years ago

That worked for me, thank you very much!