some cool stuffs for spotify
Before starting working we need to get our client data from Spotify to use the API
- create a new account or log in on https://developers.spotify.com/.
- Go to the dashboard, create an app and add your new ID and SECRET (ID and SECRET can be found on an app setting) to conf.yml file.
Example of conf.yml file:
client_id: <CLIENT_ID>
client_secret: <CLIENT_SECRET>
redirect_uri: http://localhost:3000
python -m venv venv
pip install -r requirements.txt
You can use the playground.ipynb file to run blocks of code and debugging
You can use the files with .py to run specific api
adding flask app to view the data
- Review your top artist in different terms
- Review your top tracks in different terms
- Review your saved tracks
- Create a new playlist bases on recommendation