crespot
1.0.0
Access spotify web api without authorization tokens.
token = CreSpot.create_token()
spot = CreSpot(token, 'EN')
result = spot.search('Prologue aespa', 'track')
print(result.tracks[0])Download the file crespot.py and import it.
from crespot import CreSpotNote
This library uses the dependency requests.
Constructor
CreSpot – If you're new, please read this document first.Singles
TrackArtistEpisodeChapterGroups
AudiobookAlbumShowPlaylistDetails
IdentificationImageOwnerTrackInfoCopyrightErrorSnippets
AudiobookSnippetAlbumSnippetShowSnippetTrackSnippetArtistSnippetEpisodeSnippetChapterSnippetThis repository welcomes contributions from new developers. However, we should keep our contribution clean.
For information about how to properly contribute to this repository, please refer to CONTRIBUTING.md.