🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

gwa-spotify-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gwa-spotify-api

wrapper for spotify web api

0.0.9
Maintainers
1

This module provides a wrapper for the spotify web api. Both 'Client Credentials' and 'Authorization Code' flows are supported. To use the former check spotify_api.py. To use the latter check out spotify_auth_api.py. You need to create an app on the spotify developer site and set environment variables for SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, and SPOTIFY_CALLBACK_URL.

You can pip install this module pip install gwa_spotify_api. If you do that, you still need to set those environment variables.

FAQs

Did you know?

Socket

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