Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ spotify-search Public archive

A server-side search interface for Spotify.

License

Notifications You must be signed in to change notification settings

frozsgy/spotify-search

Repository files navigation

Spotify Search Interface for Python

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.

Installation

  1. Register your app at Spotify Developers Dashboard
  2. Enter your Client ID and Client Secret to secrets-template.py and rename it as secrets.py
  3. Set up your environment and install dependencies

Usage

  1. After installation, run main.py
  2. Follow the authentication process in your browser and make sure that your app can write to a file named tokens.ini
  3. After a successful authentication, you should see a simple search form on the page. Alternatively, you can go to /search/ as well.

Dependencies

  • Python 3
  • Bottle
  • Requests

For full list of dependencies, check requirements.txt.

Bugs, Comments, Ideas?

Don't hesitate contacting me, or sending a pull request. They are always welcome.

Releases

No releases published

Packages

No packages published

Languages