Allows migration of Deezer playlist into Spotify playlist ( no subscription required )
Requirements :
- the python libraries spotipy and requests :
pip3 install spotipy requests
- for the code with the database : the python library mysql-connector-python and Xampp ( https://www.apachefriends.org/index.html ) :
pip3 install mysql-connector-python
Demo :
Make sure you have entered the right informations :
All titles are displayed in the console:
Choose a playlist name ( to get the same name as the Deezer playlist, leave empty ) :
And that's it. Your new playlist opens in a browser :
For the part with the database, the database opens in your browser