{"library":"spotizerr-auth-phoenix","title":"Spotizerr Auth Phoenix","type":"library","description":"A Spotizerr authentication utility for configuring Spotify credentials. Provides helper functions to manage OAuth tokens and refresh flows. Version 0.0.16, updated infrequently.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotizerr-auth-phoenix"],"cli":null},"imports":["from spotizerr_auth_phoenix import get_spotify_token","from spotizerr_auth_phoenix import refresh_spotify_token"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://lavaforge.org/spotizerrphoenix/spotizerr-auth-phoenix","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotizerr-auth-phoenix/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nfrom spotizerr_auth_phoenix import get_spotify_token\n\nclient_id = os.environ.get('SPOTIFY_CLIENT_ID', '')\nclient_secret = os.environ.get('SPOTIFY_CLIENT_SECRET', '')\ntoken = get_spotify_token(client_id, client_secret)\nprint(token)","lang":"python","description":"Obtain a Spotify access token using environment variables for credentials.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}