Traceback (most recent call last):
File "/Users/Windotosh/retweet-bot/retweet.py", line 13, in
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
AttributeError: module 'tweepy' has no attribute 'OAuthHandler'
After putting in my keys and all that
Traceback (most recent call last):
File "/Users/Windotosh/retweet-bot/retweet.py", line 13, in
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
AttributeError: module 'tweepy' has no attribute 'OAuthHandler'
After putting in my keys and all that