Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 520 Bytes

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>