Skip to content

A python wrapper for Spotify's no-authentication API

License

Notifications You must be signed in to change notification settings

creuserr/crespot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crespot

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])

Installation

Download the file crespot.py and import it.

from crespot import CreSpot

Note

This library uses the dependency requests.

Documentation

Constructor

  • CreSpot – If you're new, please read this document first.

Singles

Groups

Details

Snippets

Contributions

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 to CONTRIBUTING.md.