Skip to content

Instantly share code, notes, and snippets.

@kschap
kschap / twitterStream.py
Created October 15, 2017 19:06
Yeah, I don't know what's going on. Somebody want to run this and see what is going on? It used to work, now it doesn't!
import tweepy
import time
import json
#Variables that contains the user credentials to access Twitter API
consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""