Registry / communication / spotipy-cli

spotipy-cli

JSON →
library0.3.0pypypi✓ verified 79d ago

A command-line interface for Spotify Web API built on top of Spotipy. Version 0.3.0 is the latest. Development appears to be intermittent.

pip install spotipy-cli
INSTALL
IMPORT
SIG · SPOTIPY-CLI
S
spotipy-cli
communicationpythonv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
import spotipy_cli
from spotipy_cli import cli

Run the CLI. It expects SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, and SPOTIPY_REDIRECT_URI environment variables to be set.

from spotipy_cli import cli cli()
spotipy --version
Debug
Known issues
breakingspotipy-cli relies on the Spotipy library; changes in Spotipy's API may break spotipy-cli. Ensure spotipy version compatibility.
fix
Pin spotipy version or test with your spotipy version.
affects: 0.3.0
gotchaThe CLI requires interactive auth (OAuth) and will open a browser. It may not work in headless environments without manual token caching.
fix
Pre-authenticate using Spotipy utilities and set environment variables for token.
affects: all
Upgrade
Version history
0.3.0latest on PyPI · released May 5, 2020
Audit
Dependencies
spotipyrequiredCore dependency for Spotify Web API interaction.
clickrequiredCLI framework used.
Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
spotipy-cli — pip install spotipy-cli · libregistry