Transfer all your playlists from Spotify to Deezer! 🎶
# download the repo
git clone https://github.com/Fer99n/spotify-to-deezer.git <installation_dir>
cd <installation_dir>
# create a virtual environment
python3 -m venv venv
# activate venv (if you're on Windows this line could differ)
source venv/bin/activate
# install the required modules
pip install -r ./requirements.txt
# run
python3 main.py
-
Visit Deezer Developers
-
login with your deezer credentials and go to "my apps"
-
create an application with application domain http://localhost:5000 and redirect url http://localhost:5000/callback
-
Visit Spotify Developers
-
login with your spotify credentials and click the "create an app" button
-
when visualizing your newly created app, click on edit settings
-
input http://localhost:5000/callback in the Redirect URIs section
-
Open config.ini files
-
Replace the values
python3 main.py