{"id":51640758,"url":"https://github.com/tamnd/qqmusic-cli","last_synced_at":"2026-07-13T19:02:56.450Z","repository":{"id":368226802,"uuid":"1268839145","full_name":"tamnd/qqmusic-cli","owner":"tamnd","description":"Browse QQ Music charts, songs, and artist records via the public toplist API","archived":false,"fork":false,"pushed_at":"2026-06-29T14:59:03.000Z","size":62,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T16:32:41.958Z","etag":null,"topics":["api-client","cli","golang","json","jsonl","music","qqmusic"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tamnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-14T02:01:51.000Z","updated_at":"2026-06-29T14:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tamnd/qqmusic-cli","commit_stats":null,"previous_names":["tamnd/qqmusic-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tamnd/qqmusic-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fqqmusic-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fqqmusic-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fqqmusic-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fqqmusic-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamnd","download_url":"https://codeload.github.com/tamnd/qqmusic-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fqqmusic-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":["api-client","cli","golang","json","jsonl","music","qqmusic"],"created_at":"2026-07-13T19:02:55.778Z","updated_at":"2026-07-13T19:02:56.445Z","avatar_url":"https://github.com/tamnd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qqmusic\n\nBrowse QQ Music charts and songs (QQ音乐)\n\n`qqmusic` is a single pure-Go binary. It reads QQ Music chart data through\nthe public toplist API, shapes the responses into clean records, and pipes into\nthe rest of your tools. No API key, nothing to run alongside it.\n\n## Install\n\n```bash\ngo install github.com/tamnd/qqmusic-cli/cmd/qqmusic@latest\n```\n\nOr grab a prebuilt binary from the [releases](https://github.com/tamnd/qqmusic-cli/releases), or run\nthe container image:\n\n```bash\ndocker run --rm ghcr.io/tamnd/qqmusic:latest --help\n```\n\n## Usage\n\n```bash\n# List songs from the hot chart (热歌榜)\nqqmusic top\n\n# List songs from the new song chart (新歌榜)\nqqmusic top --chart new\n\n# List songs from the rising chart (飙升榜) as JSON\nqqmusic top --chart rising -o json\n\n# List top 10 songs\nqqmusic top -n 10\n\n# Show available charts\nqqmusic charts\n\n# Output as JSONL for piping\nqqmusic top -o jsonl | jq .title\n```\n\n## Development\n\n```\ncmd/qqmusic/   thin main, wires cli.Root into fang\ncli/           the cobra command tree\nqqmusic/       the library: HTTP client and data models\npkg/render/    output rendering (table, json, jsonl, csv, tsv, url)\ndocs/          tago documentation site\n```\n\n```bash\nmake build      # ./bin/qqmusic\nmake test       # go test ./...\nmake vet        # go vet ./...\n```\n\n## Releasing\n\nPush a version tag and GitHub Actions runs GoReleaser, which builds the\narchives, Linux packages, the multi-arch GHCR image, checksums, SBOMs, and a\ncosign signature:\n\n```bash\ngit tag v0.1.0\ngit push --tags\n```\n\nThe Homebrew and Scoop steps self-disable until their tokens exist, so the first\nrelease works with no extra secrets.\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fqqmusic-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamnd%2Fqqmusic-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fqqmusic-cli/lists"}