Created
February 21, 2019 14:42
-
-
Save pytholabsbot1/6a14bdf96023289d6f500cfa8e4e21fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tweepy | |
# Replace the API_KEY and API_SECRET with your application's key and secret. | |
auth = tweepy.AppAuthHandler(API_KEY, API_SECRET) | |
api = tweepy.API(auth, wait_on_rate_limit=True, wait_on_rate_limit_notify=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment