Skip to content

shoumikchow/spotify-library-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-Library-List

This is just a simple script for saving the list of all songs in the Spotify library to a CSV file. Need to get Client ID and Client Secret from https://developer.spotify.com/dashboard/

Install Dependecies

pip install -r requirements.txt

Usage

python spotify.py -id <client-id> -secret <client-secret> -u <your spotify username>

OR

python spotify.py --client_id <client-id> --client_secret <client-secret> -username <your spotify username>

About

Saves all the songs in the library in a csv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages