From f8420149fb32fed551734e3cd877a497dfb38070 Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 18 Jul 2021 21:16:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BCUpdated=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 4a233c2..238cbcd 100644 --- a/.env.example +++ b/.env.example @@ -2,6 +2,11 @@ TOKEN= # Twitch IRC token client_id= # Twitch Client ID from dev.twitch.tv -SPOTIFY_AUTH= -# Get this here: https://developer.spotify.com/console/post-queue/ -# click "GET TOKEN" button. \ No newline at end of file + +spotify_client_id= +# Get this from the Spotify console https://developer.spotify.com/dashboard/applications +spotify_secret= +# Get this from the Spotify console https://developer.spotify.com/dashboard/applications + +spotify_redirect_uri=http://localhost:8080 +# Set your "redirect_uri" and "website" on your Spotify application to "http://localhost:8080" (Don't change the spotify_redirect_uri in .env) \ No newline at end of file