From 91c6eea765ba7c999869d4a43d67b25774fc2ba8 Mon Sep 17 00:00:00 2001 From: Parul Shandilya Date: Fri, 2 Oct 2020 01:30:09 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c421059..dc36444 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ You must have a Spotify account in order to get recommendation as this program w first you need to install jupyter notebook and spotipy library. Go to https://developer.spotify.com/ and create your Spotify developer account. Then go to https://developer.spotify.com/documentation/general/guides/app-settings/ to create a client and get client_id and client secret. -Go to https://developer.spotify.com/console/get-current-user/ click on get token and select following scopes from the list: +Go to https://developer.spotify.com/console/get-current-user/ click on get token and select following scopes from the list:- 1. user-library-read 2. playlist-read-private 3. playlist-modify-public