{"id":13581529,"url":"https://github.com/Jacalz/ghdstats","last_synced_at":"2025-04-06T10:32:33.215Z","repository":{"id":45029408,"uuid":"441243509","full_name":"Jacalz/ghdstats","owner":"Jacalz","description":"Cli tool to fetch download statistics for GitHub repositories.","archived":false,"fork":false,"pushed_at":"2024-03-05T16:50:54.000Z","size":39,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T02:33:44.091Z","etag":null,"topics":["downloads","github-statistics","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jacalz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jacalz"}},"created_at":"2021-12-23T16:54:43.000Z","updated_at":"2023-12-08T16:38:52.000Z","dependencies_parsed_at":"2024-06-19T23:05:01.058Z","dependency_job_id":null,"html_url":"https://github.com/Jacalz/ghdstats","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacalz%2Fghdstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacalz%2Fghdstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacalz%2Fghdstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacalz%2Fghdstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jacalz","download_url":"https://codeload.github.com/Jacalz/ghdstats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247470354,"owners_count":20944146,"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","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":["downloads","github-statistics","hacktoberfest"],"created_at":"2024-08-01T15:02:04.623Z","updated_at":"2025-04-06T10:32:32.910Z","avatar_url":"https://github.com/Jacalz.png","language":"Go","funding_links":["https://github.com/sponsors/jacalz"],"categories":["Go"],"sub_categories":[],"readme":"# Ghdstats\n\nGhdstats is a simple, but very fast, tool to fetch download counts from GitHub releases.\nYou just give it a user, or a user and repository, and it fetches all the necessary details for you.\n\n## Installation\n\nThe cli command can be downloaded by running the following command (using Go 1.16 or above):\n```\n$ go install github.com/Jacalz/ghdstats@latest\n```\n\n## Usage\n\nThe general usage of the program works like this:\n```\n$ ghdstats [user] [repository, optional]\n```\n\nAs an example, you can get all the data for [jacalz/rymdport](https://github.com/jacalz/rymdport):\n```\n$ ghdstats jacalz rymdport\n```\n\nThe same command can also be written as this:\n```\n$ ghdstats jacalz/rymdport\n```\n\nThe tool can also fetch all downloads for a given user or organization:\n```\n$ ghdstats jacalz\n```\n\n## Performance\n\nThe goal here is to be as fast as possible but still keeping very readable code.\nAll repositories for a user are downloaded and processed concurrently for better performance on multicore systems.\n\n## Inspiration and resoning\n\nA lot of the inspiration for this came from https://github.com/mmilidoni/github-downloads-count.\nThe idea was to create a faster tool without any need for Python. The plan is to have binaries for as\nmany 64-bit platforms as possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJacalz%2Fghdstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJacalz%2Fghdstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJacalz%2Fghdstats/lists"}