Skip to content

Instantly share code, notes, and snippets.

View simprism's full-sized avatar

Christopher Udemans simprism

View GitHub Profile
@simprism
simprism / tweet_listener.py
Created March 10, 2018 13:43 — forked from hugobowne/tweet_listener.py
Here I define a Tweet listener that creates a file called 'tweets.txt', collects streaming tweets as .jsons and writes them to the file 'tweets.txt'; once 100 tweets have been streamed, the listener closes the file and stops listening.
class MyStreamListener(tweepy.StreamListener):
def __init__(self, api=None):
super(MyStreamListener, self).__init__()
self.num_tweets = 0
self.file = open("tweets.txt", "w")
def on_status(self, status):
tweet = status._json
self.file.write( json.dumps(tweet) + '\n' )
self.num_tweets += 1
@simprism
simprism / key base.md
Created February 14, 2018 13:08
Keybase Proof

Keybase proof

I hereby claim:

  • I am simprism on github.
  • I am cudemans (https://keybase.io/cudemans) on keybase.
  • I have a public key ASCt7UmhM9I21t2dspgF78XaI0xh59cMhS-NOTYBvHzArAo

To claim this, I am signing this object: