Skip to content

Instantly share code, notes, and snippets.

View arynas's full-sized avatar
💭
On research

Moch. Ari Nasichuddin arynas

💭
On research
View GitHub Profile
@arynas
arynas / config.py
Created December 5, 2016 10:24 — 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'