Socket
Socket
Sign inDemoInstall

scoutify

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    scoutify

A simple Python wrapper library for Spotify WEB API


Maintainers
1

Readme

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!

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc