Skip to content

Instantly share code, notes, and snippets.

View eliliam's full-sized avatar

Eli Smith eliliam

View GitHub Profile
@eliliam
eliliam / tweetStream.py
Last active July 27, 2017 22:05
A cool script that streams to all the live tweets on twitter based on a length and filter, tons of fun to watch!
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