https://github.com/rlods/deezer2spotify
Simple favorites and playlists importer from Deezer to Spotify
https://github.com/rlods/deezer2spotify
Last synced: about 1 year ago
JSON representation
Simple favorites and playlists importer from Deezer to Spotify
- Host: GitHub
- URL: https://github.com/rlods/deezer2spotify
- Owner: rlods
- License: mit
- Created: 2025-02-01T10:14:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T10:27:12.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:10:02.038Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deezer2Spotify
Simple favorites and playlists importer from Deezer to Spotify
## Usage
1/ Clone the repository
- `gh repo clone rlods/Deezer2Spotify`
2/ Install the required dependencies:
- `pip install -r requirements.txt`
3/ Set up your Spotify Developer account:
- Go to https://developer.spotify.com/dashboard
- Create a new application
- Get your Client ID and Client Secret
- Add http://localhost:8888/callback to your Redirect URIs in the app settings
4/ Get your Deezer user ID:
- Go to your Deezer profile
- Your user ID will be in the URL (e.g., https://www.deezer.com/profile/12345678)
5/ Update the `.env` file with your credentials
6/ Run the script:
- `python deezer_spotify_sync.py`