rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.31k stars 447 forks source link

Error #109

Closed bengeois closed 8 years ago

bengeois commented 8 years ago

Hello,

I want to run this instance

`from TwitterFollowBot import TwitterBot

my_bot = TwitterBot() my_bot.sync_follows() my_bot.auto_rt("LunetiersCreateurs", count=5)`

But I get this error : from TwitterFollowBot import TwitterBot File "C:\Users\Shift\Desktop\TwitterFollowBot-master\TwitterFollowBotinit.py", line 21, in from twitter import Twitter, OAuth, TwitterHTTPError ImportError: cannot import name Twitter

How can I fix this ?

Thanks

HichamZouarhi commented 7 years ago

you have to install twitter first

pip install twitter