This file contains 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 | |
import json, sys, argparse, signal | |
# | |
# Written by Eli Smith, known as @Plunkinguitar on GitHub | |
# | |
# USER CONFIGS |