Skip to content

Instantly share code, notes, and snippets.

View MarcCharbo's full-sized avatar

Marc Charbonneau MarcCharbo

View GitHub Profile
@MarcCharbo
MarcCharbo / config.py
Created January 30, 2017 17:49 — forked from bonzanini/config.py
Twitter Stream Downloader
consumer_key = 'your-consumer-key'
consumer_secret = 'your-consumer-secret'
access_token = 'your-access-token'
access_secret = 'your-access-secret'