Skip to content

Instantly share code, notes, and snippets.

@jnawjux
Created October 29, 2019 20:37
Show Gist options
  • Save jnawjux/716c4107ecf50cac5b58fc334b0592a5 to your computer and use it in GitHub Desktop.
Save jnawjux/716c4107ecf50cac5b58fc334b0592a5 to your computer and use it in GitHub Desktop.
from tweepy.streaming import StreamListener
from tweepy import OAuthHandler
from tweepy import Stream
from config import consumer_key, consumer_secret, access_token, access_token_secret
import datetime
import csv
import sys
@jnawjux
Copy link
Author

jnawjux commented Oct 29, 2019

Imports for Twitter Streaming API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment