Skip to content

Instantly share code, notes, and snippets.

View bruceprw's full-sized avatar

Bruce Williams bruceprw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bruceprw on github.
  • I am brucewilliams (https://keybase.io/brucewilliams) on keybase.
  • I have a public key ASBfa2jyoWIIuAvTv126CvS3qZangtWV98OWAFijiYU4AQo

To claim this, I am signing this object:

#!/usr/bin/env python
import sys, os, time
import tweepy
keys = dict(
consumer_key='_YOUR_CONSUMER_KEY',
consumer_secret='_YOUR_SECRET_KEY',
access_token='_YOUR_ACCESS_TOKEN',
access_token_secret='_YOUR_ACCESS_TOKEN_SECRET'
)