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.
pip install spotifynewsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with Spotify API credentials, then fetch an artist by Spotify URI.
Always use full URIs like 'spotify:artist:...' or 'spotify:track:...'.
Reinitialize the client or manage token refresh manually using a separate Spotify API library.
Use 'get_spotify_new_releases' instead.
Ensure URIs follow the format 'spotify:playlist:...' and are URL-encoded if necessary.
No dependency data recorded yet.