{"library":"spotipy-anon","title":"spotipy-anon","type":"library","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotipy-anon"],"cli":null},"imports":["from spotipy_anon import SpotifyAnon","from spotipy_anon import SpotifyAnon"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/dieser-niko/spotipy-anon","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotipy-anon/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotipy_anon import SpotifyAnon\n\nsp = SpotifyAnon()\nresults = sp.search(q='Never Gonna Give You Up', type='track', limit=1)\nprint(results['tracks']['items'][0]['name'])","lang":"python","description":"Initialize a SpotifyAnon client and perform a search without authentication.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}