Skip to content

Instantly share code, notes, and snippets.

View anamariakantar's full-sized avatar

anamariakantar

View GitHub Profile
@anamariakantar
anamariakantar / config.py
Created February 16, 2017 01:09 — 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'