A Python library to convert Spotify URLs (tracks, playlists, albums) into CSV files containing track info like name, artist, and album. Current version: 0.4.2. Release cadence: infrequent.
pip install spotify2csvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with Spotify API credentials, then call one of the conversion methods: track_to_csv, playlist_to_csv, album_to_csv.
Create an app at https://developer.spotify.com/dashboard and set environment variables SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET.
Ensure the output directory exists and the file is not opened elsewhere.
Use the URL format as shown in the Spotify share menu.