Created
October 29, 2019 20:37
-
-
Save jnawjux/716c4107ecf50cac5b58fc334b0592a5 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imports for Twitter Streaming API