From 0f6dfd1ef037876c8770beee2d4883f9182c9a75 Mon Sep 17 00:00:00 2001 From: "Michele \"O-Zone" Date: Tue, 11 May 2021 15:35:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6024dfd..efe8483 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ 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' +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.