Skip to content

Commit

Permalink
Fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRil committed Jan 5, 2025
1 parent f7d0f86 commit 6416bb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
- Authentifiez-vous avec votre compte Spotify
- Créez une nouvelle application:
- Fournissez un nom et une description à votre application (exemple: "Deezer_Spotify" "Mon app de migration de chansons de Deezer vers Spotify")
- Réglez la "Redirect URI" à la valeur suivante: http://localhost:8888
- Réglez la "Redirect URI" à la valeur suivante: `http://localhost:8888`
- Cochez l'utilisation de la "Web API"
- Ouvrez les paramètres de l'application
- Copiez le Client ID et le Client Secret dans un bloc-notes (ou n'importe où)
- ![Alt text](./readme_files/spotify_app.png?raw=true "Spotify API Application")

### Utilisez l'appli!
- Fournissez l'ID de la playlist Deezer à migrer (par exemple, l'ID de"https://www.deezer.com/fr/playlist/12836238621" est 12836238621)
- Fournissez l'ID de la playlist Deezer à migrer (par exemple, l'ID de "https://www.deezer.com/fr/playlist/12836238621" est `12836238621`)
- Fournissez les paramètres de votre application utilsant l'API de Spotify (Client ID, Client secret, redirect URI)
- Sélectionnez les chansons à migrer depuis la playlist Deezer
- Lancez la recherche de ces chansons dans Spotify et validez les résultats obtenus
Expand All @@ -39,13 +39,13 @@
- Authenticate using your Spotify account
- Create an app:
- Provide an app name & description
- Set the redirect URI to http://localhost:8888
- Set the redirect URI to `http://localhost:8888`
- Tick the usage of the Web API
- Go to the app's settings
- Copy the Client ID and the Client Secret into a notepad (or anywhere else)

### Use the app!
- Provide the ID of the Deezer playlist to migrate (for example, the id of "https://www.deezer.com/fr/playlist/12836238621" is 12836238621)
- Provide the ID of the Deezer playlist to migrate (for example, the id of "https://www.deezer.com/fr/playlist/12836238621" is `12836238621`)
- Provide your Spotify API application parameters (Client ID, Client secret, redirect URI)
- Select the song to migrate from the Deezer playlist
- Search for these songs in Spotify & validate the findings
Expand Down

0 comments on commit 6416bb1

Please sign in to comment.