shoumikchow / spotify-library-list

Saves all the songs in the library in a csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%