Keep clean your Twitter timeline
Go to file
Michele "O-Zone a3e55cce8e
Update README.md
2021-05-11 16:09:59 +02:00
LICENSE Initial commit 2021-05-11 15:21:39 +02:00
README.md Update README.md 2021-05-11 16:09:59 +02:00
twitter-timeline-cleaner.py Add files via upload 2021-05-11 15:22:04 +02:00

README.md

Twitter timeline cleaner

Clean your Twitter timeline

Before run, remember to set those 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 instructions how to claim a Twitter developers account and how to create your app, needed to fetch tokens and keys to your Twitter timeline.

Article in italian abount this project: Ripulire la propria Twitter timeline

Work inspired by delete-tweets by Koen Rouwhorst