Skip to content

Instantly share code, notes, and snippets.

View bmritz's full-sized avatar

Brian Ritz bmritz

  • Graham Allen Partners
  • South Bend, Indiana
  • 19:23 (UTC -04:00)
View GitHub Profile
@bmritz
bmritz / stream.py
Created August 24, 2017 20:21 — forked from vgoklani/stream.py
Twitter Streaming API example
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import json
import oauth2 # https://raw.github.com/brosner/python-oauth2/master/oauth2/__init__.py
from pprint import pprint
import urllib2
stream_url = "https://stream.twitter.com/1/statuses/filter.json"