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

I get this error when I try to run main.py #10

Closed FlamyMind closed 4 years ago

FlamyMind commented 4 years ago

D:\Python\Scripts>main.py Remember you can change the settings in config.py! Traceback (most recent call last): File "D:\Python\Scripts\main.py", line 19, in twitter_api = twitter.Api(consumer_key=config.twitter_credentials["consumer_key"], AttributeError: module 'twitter' has no attribute 'Api'

D:\Python\Scripts>main.py Remember you can change the settings in config.py! Traceback (most recent call last): File "D:\Python\Scripts\main.py", line 19, in twitter_api = twitter.Api(consumer_key=config.twitter_credentials["consumer_key"], AttributeError: module 'twitter' has no attribute 'Api'

D:\Python\Scripts>

detectiveG commented 2 years ago

Hey I know this is old but have you figured out how to fix this error?