Skip to content

roseeng/SpotifyLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyLab

Download all your playlist metadata

Usage;

Go to https://developer.spotify.com/dashboard and register an application. Set redirectURL to "http://localhost". Update clientId in Program.cs to your clientId.

When you start the application it will open a webpage, where you do the OAuth authorization. Then it redirects (to http://localhost, remember?) with a querystring that contains your token.

This is then used when we call the API to fetch all tracks of all playlists, pausing whenever we gate a rate limit error, and writing the result as json to a file.

About

Download all your playlist metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages