Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# I wasn't happy with any of the GitHub libraries for Python that I tried so I
# just used the GitHub API directly. If someone would like to rewrite this
# using a library please be my guest
import argparse
import base64
import getpass
import json
#!/usr/bin/env python
import time
from getpass import getpass
from textwrap import TextWrapper
import tweepy
class StreamWatcherListener(tweepy.StreamListener):
@GitMoIO
GitMoIO / 0_reuse_code.js
Created February 1, 2014 22:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console