A simple Python wrapper for the Spotify Web API. Current version 1.2.8, supports Python >=3.6. Released under MIT license, maintained on GitHub. Release cadence is irregular.
pip install spotifywebapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize API with credentials, authenticate, then use get_track etc.
Make sure to call api.authenticate() after creating the instance.
Use another library like spotipy if you need user authorization.
Upgrade to Python 3.8+ for future compatibility.
No dependency data recorded yet.