Skip to content

grigoryevandrey/spotify-migrator

Repository files navigation

Spotify migration

Service that extracts data from Spotify to JSON, using Spotify API

Usage

To use this service you need to have Node.js installed.

  1. Clone this repository
  2. Run npm install in the project folder
  3. Generate your access token here, usining "Get Token" button at the bottom center of the page (select scope "playlist-read-private").
  4. Set your access token to an environment variable export ACCESS_TOKEN=<token>
  5. Run npm start
  6. After completion, you will have all your albums exported in JSON into ./extracted folder.

About

A tool that can extract data from Spotify API to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published