- Notifications
You must be signed in to change notification settings - Fork0
Directly access Spotify Web API with no authentication and credentials.
License
NotificationsYou must be signed in to change notification settings
dxvnotfound/crespot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 filecrespot.py
and import it.
fromcrespotimportCreSpot
Note
This library uses the dependencyrequests
.
Constructor
CreSpot
– If you're new, please read this document first.
Singles
Groups
Details
Snippets
This 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 toCONTRIBUTING.md.
About
Directly access Spotify Web API with no authentication and credentials.