A command-line interface for Spotify that controls playback, manages playlists, and displays current track info. Version 1.3.3, updated August 2024. Maintenance frequency is low; no recent activity.
pip install spotifyclNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the interactive CLI after installing. Requires Spotify API credentials set via environment variables or config file.
Delete old .cache files in project directories. Reauthenticate.
Run: pip install spotifycl
Use rich for colored output. Example: from rich import print
Run: pip install spotifycl
Update to v1.3.2+: pip install --upgrade spotifycl
Set environment variables SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, and SPOTIPY_REDIRECT_URI. See https://developer.spotify.com/documentation/web-api/concepts/apps