GitXplorerGitXplorer
m

deezer-to-spotify

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
b665ded042245cd1c517129b21c973fa60e54a46

add simple Readme

mmoreaupascal56 committed 6 months ago
Unverified
aeda40e86469c29695c1687e2d19faf8ca4346fa

add poetry.lock to .gitignore

committed a year ago
Unverified
352bbb8069fcf8a3fa2a28b6ab48f8572822b431

init

committed a year ago

README

The README file for this repository.

Deezer To Spotify

I did this to move my loved resources from deezer to spotify, it succeed but I am working again on this to make a clean and reusable version, so this is a work in progress. The readme is there for anyone that wants to use what is already done!

For now it takes your data from deezer and download them into a JSON file.

Usage

Get your SOCIAL_AUTH_DEEZER_KEY and SOCIAL_AUTH_DEEZER_SECRET from Deezer developers website (https://developers.deezer.com/myapps), you will need to create a Deezer App.

Gimp skills are bad... sorry

Use poetry to install dependencies.

Run a first time the script to get your API_TOKEN, it will open a web browser with the token. The token should get copied to your .env file and then download your deezer loved resources to the backup_deezer.json file.