Skip to main content

A simple Python wrapper library for Spotify WEB API

Project description

Scoutify

All Contributors

PyPI PyPI - Downloads GitHub

Installation

pip install scoutify

or upgrade

pip install scoutify --upgrade

Required Python 3

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)

Issue, bug, suggestions

If you have suggestions, bugs or other issues specific to this library, file them here or just send a pull request.

Documentation

For full documentation, see here

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Fijar Lazuardy

🚇 💻

Aditya Nanda Tri Prakoso

💻

Sandi Bhirama

💻

Andrirahmadhan

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

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.5.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

scoutify-1.0.5-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page