An extension to Spotipy that enables anonymous access to the Spotify Web API without requiring a Spotify developer account. Version 1.5.7 uses TOTP-based token generation via external secrets. Active development with frequent releases.
pip install spotipy-anonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a SpotifyAnon client and perform a search without authentication.
pip install --upgrade spotipy-anon
Remove 'spotify_secrets' argument when creating SpotifyAnon instance.
Consider using spotipy with client credentials flow.
Update to latest version: pip install --upgrade spotipy-anon
Use: from spotipy_anon import SpotifyAnon