Repo depicts various uses of Spotify-API
These are just a few examples you can do a lot more stuff using SPOTIFY-API ...refer to the official documentation from here - https://developer.spotify.com/documentation/web-api
-
Create an account on https://developer.spotify.com/ ....
-
Go to Dashboard and select Create App.
-
Create a new App by filling Basic Details like App name, App description, redirect URL etc...(you can give anything here and change it later).
-
Now go to the settings of this app and get two important information ie. CLIENT_ID and CLIENT SECRET.... (app -> settings)
-
Create a .env file in the same directory as your main.ipynb file and paste the CLIENT_ID and CLIENT_SECRET as following -
-
Never share this credentials with anyone
-
Now you need to get the access_token from the API..
-
After this you need to send this access_token each time you make request to API