{"library":"spotify-to-sqlite","title":"spotify-to-sqlite","type":"library","description":"Converts a Spotify export ZIP file into a SQLite database. Current version 0.2.1, released Jun 2023. Low activity, maintained as needed.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotify-to-sqlite"],"cli":{"name":"spotify-to-sqlite","version":"╭───────────────────── Traceback (most recent call last) ──────────────────────╮"}},"imports":["import spotify_to_sqlite"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/chekos/spotify-to-sqlite","docs":null,"changelog":"https://github.com/chekos/spotify-to-sqlite/releases","pypi":"https://pypi.org/project/spotify-to-sqlite/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# Convert a Spotify export zip to SQLite\ndb_path = 'spotify.db'\n# Run CLI command: spotify-to-sqlite convert my_spotify_data.zip spotify.db\nimport subprocess\nsubprocess.run(['spotify-to-sqlite', 'convert', 'my_spotify_data.zip', db_path])\n# Or use with audio features:\n# spotify-to-sqlite convert my_spotify_data.zip spotify.db --audio-features\n","lang":"python","description":"Basic usage via subprocess; CLI converts export to database.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}