Skip to content

haviv1idan/Spotify-Advance

Repository files navigation

Spotify-Advance

some cool stuffs for spotify

prerequisites

Spotify Client data

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

Setup venv

python -m venv venv

install requirements

pip install -r requirements.txt

How to use

ipynb file

You can use the playground.ipynb file to run blocks of code and debugging

scripts

You can use the files with .py to run specific api

Flask app

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

About

some cool stuffs for spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published