twitter-timeline-cleaner/README.md

19 lines
817 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:43:29 +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:43:29 +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.
2021-05-11 16:09:59 +02:00
Article in italian abount this project: [Ripulire la propria Twitter timeline](https://www.zerozone.it/tecnologia-privacy-e-sicurezza/ripulire-la-propria-twitter-timeline/19195)
2021-05-11 15:30:43 +02:00
Work inspired by [delete-tweets](https://github.com/koenrh/delete-tweets) by Koen Rouwhorst