THERE ALREADY EXISTS A WORKING VERSION (with the same name lol): https://github.com/Aran404/SpotAPI
Warning
This is still a WIP
Caution
This API is undocumented and may change at any time. It is not recommended to use this API in production. Make sure to check if spotipy satisfies your needs before using this API.
SpotAPI is a Python wrapper for the endpoint https://api-partner.spotify.com/.
Its normal usage is to be used in the frontend (https://open.spotify.com) and can unlock some features that are not available in the official Spotify API.
Just clone the repository and install the requirements:
git clone https://github.com/dieser-niko/spotapi.git
cd spotapi
pip install -r requirements.txtGenerate functions.json file with the following command:
python get_operations.pyThen you can run the main.py file to use the API:
python main.pyI might convert this to an actual package in the future, but for now it is just a script that you can run.
- Nested function finder