2021-05-11 15:34:00 +02:00
2021-05-11 15:21:39 +02:00
2021-05-11 15:34:00 +02:00

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.

Work inspired by delete-tweets by Koen Rouwhorst

Description
Keep clean your Twitter timeline
Readme GPL-3.0
Languages
Python 100%