{"id":18995656,"url":"https://github.com/turbot/powerpipe-mod-spotify","last_synced_at":"2025-08-27T14:18:56.566Z","repository":{"id":226265867,"uuid":"753967327","full_name":"turbot/powerpipe-mod-spotify","owner":"turbot","description":"Visualize Spotify Tracks, Genre and Audio Features, and more using Powerpipe and SQLite.","archived":false,"fork":false,"pushed_at":"2024-03-06T19:31:57.000Z","size":251,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-21T12:18:23.320Z","etag":null,"topics":["dashboard","powerpipe","spotify","sql","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"https://hub.powerpipe.io/mods/turbot/spotify","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T06:05:54.000Z","updated_at":"2024-04-28T08:59:52.000Z","dependencies_parsed_at":"2024-03-06T19:01:00.505Z","dependency_job_id":"227bf81f-cc4a-468b-bd59-afc87ebb7ea7","html_url":"https://github.com/turbot/powerpipe-mod-spotify","commit_stats":null,"previous_names":["turbot/powerpipe-mod-spotify"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/turbot/powerpipe-mod-spotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fpowerpipe-mod-spotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fpowerpipe-mod-spotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fpowerpipe-mod-spotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fpowerpipe-mod-spotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/powerpipe-mod-spotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fpowerpipe-mod-spotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272339655,"owners_count":24917216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","powerpipe","spotify","sql","sqlite","sqlite3"],"created_at":"2024-11-08T17:32:15.149Z","updated_at":"2025-08-27T14:18:56.532Z","avatar_url":"https://github.com/turbot.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify Mod for Powerpipe\n\nView dashboards to analyze [Spotify](https://open.spotify.com/) Tracks, Genre and Audio Features, and more.\n\n![image](https://raw.githubusercontent.com/turbot/powerpipe-mod-spotify/main/docs/spotify_dashboard_screenshot.png)\n\n## Overview\n\nDashboards can help answer questions like:\n\n- How many artists are currently available on Spotify?\n- What is the total number of albums available on Spotify?\n- How many tracks are there on Spotify?\n- How many unique genres are represented on Spotify?\n\n## Documentation\n\n- **[Dashboards →](https://hub.powerpipe.io/mods/turbot/spotify/dashboards)**\n\n## Getting Started\n\n### Installation\n\nDownload and install Powerpipe (https://powerpipe.io/downloads). Or use Brew:\n\n```sh\nbrew install turbot/tap/powerpipe\n```\n\nInstall the mod:\n\n```sh\nmkdir dashboards\ncd dashboards\npowerpipe mod init\npowerpipe mod install github.com/turbot/powerpipe-mod-spotify\n```\n\nDownload the [Spotify Dataset Page](https://www.kaggle.com/datasets/shahjhanalam/movie-data-analytics-dataset/versions/1) (requires signup with [Kaggle](https://www.kaggle.com/))\n\nExtract the downloaded file into the dashboards directory:\n\n```sh\nunzip ~/Downloads/archive.zip\n```\n\n### Browsing Dashboards\n\nStart the dashboard server with the DB connection string:\n\n```sh\npowerpipe server --database sqlite:spotify.sqlite\n```\n\nBrowse and view your dashboards at **http://localhost:9033**.\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!\n\n[Powerpipe](https://powerpipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).\n\n## Get Involved\n\n**[Join #powerpipe on Slack →](https://powerpipe.io/community/join)**\n\nWant to help but not sure where to start? Pick up one of the `help wanted` issues:\n\n- [Powerpipe](https://github.com/turbot/powerpipe/labels/help%20wanted)\n- [Spotify Mod](https://github.com/turbot/powerpipe-mod-spotify/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fpowerpipe-mod-spotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fpowerpipe-mod-spotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fpowerpipe-mod-spotify/lists"}