mirror of
https://github.com/michelep/twitter-timeline-cleaner.git
synced 2024-12-27 08:32:28 +01:00
Keep clean your Twitter timeline
LICENSE | ||
README.md | ||
twitter-timeline-cleaner.py |
Twitter timeline cleaner
Clean your Twitter timeline
Before running, remember to set these environment variables:
export TWITTER_ACCESS_TOKEN=''
export TWITTER_ACCESS_TOKEN_SECRET=''
export TWITTER_CONSUMER_KEY=''
export TWITTER_CONSUMER_SECRET=''
export TWITTER_NAME='@your_twitter_name'
and follow the instructions to claim a Twitter developers account and to create an app, needed to fetch your Twitter timeline's tokens and keys.
Article in italian talking about this project: Ripulire la propria Twitter timeline
Work inspired by delete-tweets by Koen Rouwhorst