mini tuto
This commit is contained in:
parent
ab241a3363
commit
3cd0c2f543
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# GeneRatio
|
# GeneRatio
|
||||||
|
|
||||||
Fill a .env file:
|
Remplir un .env avec les champs suivant :
|
||||||
|
|
||||||
```env
|
```env
|
||||||
SPOTIPY_CLIENT_ID="XXXXX"
|
SPOTIPY_CLIENT_ID="XXXXX"
|
||||||
|
@ -8,7 +8,10 @@ SPOTIPY_CLIENT_SECRET="XXXXX"
|
||||||
SPOTIPY_REDIRECT_URI="http://127.0.0.1:9090"
|
SPOTIPY_REDIRECT_URI="http://127.0.0.1:9090"
|
||||||
```
|
```
|
||||||
|
|
||||||
Data should correspond to your app from the Spotify Dashboard
|
Les données devraient correspondre avec tes infos persos de Spotify Dashboard
|
||||||
|
|
||||||
|
Le script va probablement te demander d'ouvrir un lien, il faudra cliquer dessus,
|
||||||
|
attendre, et envoyer l'URL final dans le script au final (me DM si c'est pas claire)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Reference in a new issue