Skip to content

Instantly share code, notes, and snippets.

View Wandering-Mind's full-sized avatar

Ro Wandering-Mind

View GitHub Profile
@bonzanini
bonzanini / config.py
Last active May 20, 2025 02:55
Twitter Stream Downloader
consumer_key = 'your-consumer-key'
consumer_secret = 'your-consumer-secret'
access_token = 'your-access-token'
access_secret = 'your-access-secret'