{"library":"spotifynews","title":"spotifynews","type":"library","description":"A small Python library for fetching news about Spotify artists and playlists. Current version 0.1.4, released infrequently. It wraps the Spotify Web API and provides simple data structures for tracks, albums, and artists.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotifynews"],"cli":null},"imports":["from spotifynews import SpotifyNews"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/mpzaborski/spotifynews","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotifynews/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotifynews import SpotifyNews\nimport os\nclient = SpotifyNews(client_id=os.environ.get('SPOTIFY_CLIENT_ID', ''), client_secret=os.environ.get('SPOTIFY_CLIENT_SECRET', ''))\nartist = client.get_artist('spotify:artist:0TnOYISbd1XYRBk9myaseg')\nprint(artist.name)","lang":"python","description":"Initialize with Spotify API credentials, then fetch an artist by Spotify URI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}