GeneRatio(n)
This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-09-06 03:04:29 +02:00
.gitignore exclude useless files 2023-09-06 02:30:23 +02:00
main.py break when no more songs 2023-09-06 03:04:29 +02:00
README.md readme 2023-09-06 02:32:39 +02:00

GeneRatio

Fill a .env file:

SPOTIPY_CLIENT_ID="XXXXX"
SPOTIPY_CLIENT_SECRET="XXXXX"
SPOTIPY_REDIRECT_URI="http://127.0.0.1:9090"

Data should correspond to your app from the Spotify Dashboard