arsinclair / spotify-backup-tool

Creates a backup of user data from Spotify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Backup Tool

===

  1. Create a new Spotify Application and copy the Application ID and Application Secret;
  2. Create an .env file and add the following variables:
SPOTIFY_CLIENT_ID="<application id>"
SPOTIFY_CLIENT_SECRET="<application secret>"
SPOTIFY_USERNAME="<spotify username or email>"
SPOTIFY_PASSWORD="<spotify password>"
  1. Run pnpm run-backup

About

Creates a backup of user data from Spotify.