{"library":"spotify-webapi","title":"spotify-webapi","type":"library","description":"A lightweight Python library to fetch tracks from Spotify playlists without using the official Spotify Web API. Version 1.0.3 is current; release cadence is irregular. No longer actively maintained (abandoned by author).","language":"python","status":"abandoned","last_verified":"Sat May 09","install":{"commands":["pip install spotify-webapi"],"cli":null},"imports":["from spotify_webapi import Spotify","from spotify_webapi.models import TrackInfo"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/ruru4143/spotify-webapi1.0.3","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotify-webapi/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotify_webapi import Spotify\n\nsp = Spotify()\nplaylist_id = '37i9dQZF1DXcBWIGoYBM5M'  # example playlist\ntracks = sp.get_playlist_tracks(playlist_id)\nfor track in tracks:\n    print(track.name, track.artists)","lang":"python","description":"Fetch tracks from a playlist by its Spotify ID (alphanumeric string). No authentication required.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}