{"library":"spotify2csv","title":"spotify2csv","type":"library","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotify2csv"],"cli":null},"imports":["from spotify2csv import Spotify2CSV"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/arthurwhite/spotify2csv","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotify2csv/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotify2csv import Spotify2CSV\nimport os\n\nclient_id = os.environ.get('SPOTIFY_CLIENT_ID')\nclient_secret = os.environ.get('SPOTIFY_CLIENT_SECRET')\n\ns2c = Spotify2CSV(client_id, client_secret)\n# Convert a Spotify playlist URL to CSV\ns2c.playlist_to_csv('https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M', 'playlist.csv')","lang":"python","description":"Initialize with Spotify API credentials, then call one of the conversion methods: track_to_csv, playlist_to_csv, album_to_csv.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}