Skip to content

Instantly share code, notes, and snippets.

@pytholabsbot1
Created February 21, 2019 14:42
Show Gist options
  • Save pytholabsbot1/6a14bdf96023289d6f500cfa8e4e21fa to your computer and use it in GitHub Desktop.
Save pytholabsbot1/6a14bdf96023289d6f500cfa8e4e21fa to your computer and use it in GitHub Desktop.
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