Skip to content

verekia/spotify-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Export

Setup

Create a .env file containing:

SPOTIFY_CLIENT_ID='YOUR_ID'
SPOTIFY_CLIENT_SECRET='YOUR_SECRET'

You need to create a Spotify app to get those.

Create a spotify-export.config.json file containing your playlist names and the export file destinations:

{
  "playlists": [
    ["1234567890", "data/my-playlist.json"]
  ]
}

Run:

npx spotify-export

Only works on public playlists.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published