twitter-timeline-cleaner/README.md

17 lines
636 B
Markdown
Raw Normal View History

2021-05-11 15:30:43 +02:00
# Twitter timeline cleaner
2021-05-11 15:21:39 +02:00
Clean your Twitter timeline
2021-05-11 15:30:43 +02:00
Before run, remember to set those environment variables:
2021-05-11 15:34:00 +02:00
``
2021-05-11 15:35:31 +02:00
export TWITTER_ACCESS_TOKEN=''
export TWITTER_ACCESS_TOKEN_SECRET=''
export TWITTER_CONSUMER_KEY=''
export TWITTER_CONSUMER_SECRET=''
export TWITTER_NAME='@your_twitter_name'
2021-05-11 15:34:00 +02:00
``
2021-05-11 15:30:43 +02:00
and follow instructions how to claim a [Twitter developers account](https://developer.twitter.com/en/apply) and [how to create your app](https://developer.twitter.com/en/apps/create), needed to fetch tokens and keys to your Twitter timeline.
Work inspired by [delete-tweets](https://github.com/koenrh/delete-tweets) by Koen Rouwhorst