Update README.md

This commit is contained in:
Michele "O-Zone 2021-05-11 15:43:29 +02:00 committed by GitHub
parent 0f6dfd1ef0
commit 27b52c6fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@ Clean your Twitter timeline
Before run, remember to set those environment variables: Before run, remember to set those environment variables:
`` ```
export TWITTER_ACCESS_TOKEN='' export TWITTER_ACCESS_TOKEN=''
export TWITTER_ACCESS_TOKEN_SECRET='' export TWITTER_ACCESS_TOKEN_SECRET=''
export TWITTER_CONSUMER_KEY='' export TWITTER_CONSUMER_KEY=''
export TWITTER_CONSUMER_SECRET='' export TWITTER_CONSUMER_SECRET=''
export TWITTER_NAME='@your_twitter_name' 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. 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.