Skip to content

Instantly share code, notes, and snippets.

View dm4uz3's full-sized avatar
💭
Good Evening Twitter, this is your boy dm4uz3, and about like 30-45 minutes ago,

dm4uz3

💭
Good Evening Twitter, this is your boy dm4uz3, and about like 30-45 minutes ago,
View GitHub Profile
@bonzanini
bonzanini / config.py
Last active April 18, 2024 11:57
Twitter Stream Downloader
consumer_key = 'your-consumer-key'
consumer_secret = 'your-consumer-secret'
access_token = 'your-access-token'
access_secret = 'your-access-secret'