From c1dc1cc767609902a390b34db35d0f2c9bcb7479 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 31 Mar 2018 04:14:26 +0200 Subject: [PATCH] Updated readme Update readme with better description for the setup. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2da9c..aad88c9 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,4 @@ Trying to make a chat-bot used to queue, play and stop songs on the same spotify Spotipy is used as a wrapper for the spotiy API. ## Setup -The config file has template variables that must be changed with your own spotify credentials please register your [own application](https://developer.spotify.com/my-applications/#!/applications) to get your own clientID and clientSecret. - +The config file has template variables that must be changed with your own spotify credentials. Credentials are given when registering your [own application](https://developer.spotify.com/my-applications/#!/applications) at spotify. The values you need are the clientID, clientSecret, a redirectURI (can be anything, but preferably a contact page or your webpage) and your playlistID.