A simple Python wrapper library for Spotify WEB API
Project description
Scoutify
Installation
pip install scoutify
or upgrade
pip install scoutify --upgrade
Quick Start
To get started, first create an app on https://developers.spotify.com/ to get you ID and SECRET.
Usage example
from scoutify import Scoutify
sp = Scoutify(client_id="YOUR_CLIENT_ID",
client_secret="YOUR_CLIENT_SECRET",
redirect_url="YOUR_REDIRECT_URI")
sp.set_access_token("YOUR_ACCESS_TOKEN")
result = sp.search(search_type="artist", q="blackpink")
print(result)
If you have suggestions, bugs or other issues specific to this library, file them here. Or just send a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scoutify-1.0.4.tar.gz
(2.4 kB
view hashes)