From c009702d9075d7bd7ff7a152c9477c7a4ad507bb Mon Sep 17 00:00:00 2001 From: addiryan Date: Fri, 30 Mar 2018 13:21:03 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99de30e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Spotify-Bot +Trying to make a chat-bot used to queue, play and stop songs on the same spotify user. + +Spotipy is used as a wrapper for the spotiy API. + +A config.py file is hidden from this project as it contains the app ID, secret etc.. +To get this working, create a config file with the variables: +username ='your-username' +clientID = 'your-client-ID' +clientSecret = 'your-client-secret' +redirectUri ='your-redirect-uri' +playlistID ='your-playlist-ID'