From cb1e87bfaa54d53348529248c51d09d578f37827 Mon Sep 17 00:00:00 2001 From: SchenkusMaximus <74788185+SchenkusMaximus@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:45:31 +0200 Subject: [PATCH] Update readme.md minor changes about the "Setup" guide --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 76fd765..38e1f7c 100644 --- a/readme.md +++ b/readme.md @@ -11,9 +11,8 @@ python3 -m pip install -e . Setup ----- 0. Rename the file example_config.yml to config.yml -0. Go [here](https://developer.spotify.com/documentation/general/guides/authorization/app-settings/) and register a new app on developer.spotify.com. +0. Go [here](https://developer.spotify.com/documentation/general/guides/authorization/app-settings/) and register a new app on developer.spotify.com. Set "Redirect Url's" to "http://localhost:8888/callback" 0. Copy and paste your client ID and client secret to the Spotify part of the config file -0. Copy and paste the value in 'redirect_uri' of the config file to Redirect URIs at developer.spotify.com and press ADD 0. Enter your Spotify username to the config file Usage