Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.81 KB

README.md

File metadata and controls

63 lines (47 loc) · 2.81 KB

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.