Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created August 15, 2020 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniruddha27/979ecc27c94e16a5681c2712641ea6c4 to your computer and use it in GitHub Desktop.
Save aniruddha27/979ecc27c94e16a5681c2712641ea6c4 to your computer and use it in GitHub Desktop.
# Streaming tweets
myStreamListener = MyStreamListener()
myStream = tweepy.Stream(auth=api.auth, listener=myStreamListener,
tweet_mode="extended")
myStream.filter(track=['Covid','covid-19'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment