This package provides a server-side search interface for Spotify. It was developed as a part of another project, but works by itself as well.
- Register your app at Spotify Developers Dashboard
- Enter your Client ID and Client Secret to
secrets-template.py
and rename it assecrets.py
- Set up your environment and install dependencies
- After installation, run
main.py
- Follow the authentication process in your browser and make sure that your app can write to a file named
tokens.ini
- After a successful authentication, you should see a simple search form on the page. Alternatively, you can go to
/search/
as well.
- Python 3
- Bottle
- Requests
For full list of dependencies, check requirements.txt.
Don't hesitate contacting me, or sending a pull request. They are always welcome.