mirror of
https://github.com/michelep/twitter-timeline-cleaner.git
synced 2025-01-14 17:46:44 +01:00
Update README.md
This commit is contained in:
parent
596eb9b1f2
commit
a792fb8f59
14
README.md
14
README.md
@ -1,2 +1,14 @@
|
|||||||
# twitter-timeline-cleaner
|
# Twitter timeline cleaner
|
||||||
Clean your Twitter timeline
|
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](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
|
||||||
|
Loading…
Reference in New Issue
Block a user