{"library":"spotui","title":"spotui","type":"library","description":"A terminal user interface for Spotify, allowing browsing and control of playlists, search, and playback. Current version 0.1.20, released on GitHub. Development may be low activity; last release in 2021.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotui"],"cli":{"name":"spotui","version":"Traceback (most recent call last):"}},"imports":["from spotui import main"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/ceuk/spotui","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotui/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nos.environ['SPOTIPY_CLIENT_ID'] = os.environ.get('SPOTIPY_CLIENT_ID', 'your_client_id')\nos.environ['SPOTIPY_CLIENT_SECRET'] = os.environ.get('SPOTIPY_CLIENT_SECRET', 'your_client_secret')\nos.environ['SPOTIPY_REDIRECT_URI'] = os.environ.get('SPOTIPY_REDIRECT_URI', 'http://localhost:8080')\n\nfrom spotui import main\nmain()","lang":"python","description":"Authenticate with Spotify API (requires env vars) and launch the TUI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}