Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 466 Bytes

deezer-to-spotify

deezer-to-spotify is a python script that will migrate a playlist from deezer to spotify

Prerequisites

You need to have a spotify API token and a spotify playlist already created

Usage

Manual

python3 -d <DEEZER_PLAYLIST_ID> -s <SPOTIFY_PLAYLIST_ID> -t <SPOTIFY_API_TOKEN>

Docker

docker run docker.io/anthonymmk/deezer-to-spotify -d <DEEZER_PLAYLIST_ID> -s <SPOTIFY_PLAYLIST_ID> -t <SPOTIFY_API_TOKEN>