From 27b52c6fb89adb9dd537bbd6be6d9aa704407238 Mon Sep 17 00:00:00 2001 From: "Michele \"O-Zone" Date: Tue, 11 May 2021 15:43:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efe8483..dea62ba 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ 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.