Skip to content

Instantly share code, notes, and snippets.

View DemofiloVizuete's full-sized avatar

Demófilo Vizuete Díaz DemofiloVizuete

View GitHub Profile
@DemofiloVizuete
DemofiloVizuete / config.py
Created March 5, 2017 21:32 — 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'