1.0.0 • Published 7 months ago

deezer-export-ts v1.0.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
7 months ago

deezer-export-ts

deezer-export-ts is a small tool to export all playlists in a Deezer user's profile.

Usage

  1. Install the dependencies
  2. Compile TypeScript
  3. Run providing Deezer UserId and a folder path where to download the playlists to.

(Hint: the easiest way to find your Deezer user's id is to log into Deezer and go to your loved songs; then the browser URL looks something like https://www.deezer.com/profile/[userid]/loved containing your numeric user id.)

npm install
npm run build
npm run start -- -u <deezer_user_id> -o <output_folder>

Run following command to see all commandline options:

npm run start -- --help
1.0.0

7 months ago