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/
pip install -r requirements.txt
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>