{"library":"spotify-random-saved-album","title":"spotify-random-saved-album","type":"library","description":"A CLI tool that retrieves a URL to a random album from a user's Spotify saved albums. Version 0.0.8 requires Python >=3.7, uses the Spotify Web API, and is released on PyPI. Development is sporadic.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotify-random-saved-album"],"cli":{"name":"spotify-random-saved-album","version":"usage: spotify-random-saved-album [-h] [--no-cache] [--update-cache]"}},"imports":["from spotify_random_saved_album import get_random_album_url"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/ciglenecki/spotify-random-saved-album","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotify-random-saved-album/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotify_random_saved_album import get_random_album_url\nimport os\n\n# Requires SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, SPOTIPY_REDIRECT_URI env vars\nurl = get_random_album_url()\nprint(url)","lang":"python","description":"Import the function and call it after setting Spotify API credentials as environment variables.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}