lohxx / migrator

A service that helps you copy playlists from one streaming service to another (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

clone this repository and run the pip command.

pip install .

Config

Add the following environment variables, with the ids and secrets supplied by the streaming service.

DEEZER_CLIENT_ID, DEEZER_CLIENT_SECRET

SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET

Spotify - https://developer.spotify.com/documentation/general/guides/app-settings/#register-your-app

Deezer - https://developers.deezer.com/guidelines/getting_started

Usage

copy-playlist --from-service=spotify --to-service=deezer --playlist-name=xyz

usage

Supported services

  • Spotify
  • Deezer
  • Youtube

About

A service that helps you copy playlists from one streaming service to another (WIP)


Languages

Language:Python 100.0%