{"id":22628000,"url":"https://github.com/wf001/github-insight","last_synced_at":"2026-05-03T19:31:49.965Z","repository":{"id":158839287,"uuid":"584087325","full_name":"wf001/github-insight","owner":"wf001","description":"github-insight is a command-line tool for creating insight page of GitHub repository.","archived":false,"fork":false,"pushed_at":"2023-01-11T11:50:53.000Z","size":5711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T00:09:37.341Z","etag":null,"topics":["cli","command-line-tool","github","golang","insights"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wf001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-01-01T09:44:22.000Z","updated_at":"2023-01-11T11:06:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea16919c-2cfe-4307-a801-685bc055c001","html_url":"https://github.com/wf001/github-insight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wf001%2Fgithub-insight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wf001%2Fgithub-insight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wf001%2Fgithub-insight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wf001%2Fgithub-insight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wf001","download_url":"https://codeload.github.com/wf001/github-insight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135736,"owners_count":20729056,"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":["cli","command-line-tool","github","golang","insights"],"created_at":"2024-12-09T01:17:19.867Z","updated_at":"2026-05-03T19:31:44.943Z","avatar_url":"https://github.com/wf001.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://drive.google.com/uc?export=view\u0026id=1D9yvxyLG-Q4YFg7R4Ymgt1q8rP5KTnut)\n\n# github-insight\ngithub-insight is a command-line tool for creating insight page of GitHub repository.\n\n## Features\n- Generate GitHub insight page of specified repository.\n- The insight include below data, \n\t- Basic information\n\t- Pie chart of distribution of languages\n\t- Bar chart of daily commit.\n\t- Latest commits\n\t- Pie chart of distribution of committers\n\t- Latest issues\n\t- Issues of beginners\n\t- Stack bar chart of issues.\n\n## Getting started\n``` sh\ngit clone https://github.com/wf001/github-insight\n```\n\nand create [Github Personal Access token](https://github.com/settings/tokens), run following command.\n``` sh\nexport GIT_KEY=\"\u003cgithub personal access token\u003e\"\n```\n\n``` sh\nmake build\n```\n\n``` sh\n./bin/ghi gen \u003cusername\u003e/\u003crepository\u003e\n```\n\nBob's your uncle! Finally open `github-insight/generated/output.html` with your browser.\n\nExample is [here](https://wf001.github.io/github-insight/)\n\n```\n$ ./bin/ghi -h\nNAME:\n   ghi - Github insight page generator\n\nUSAGE:\n   ghi [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.1\n\nCOMMANDS:\n   gen      generate insight page\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n\n```\n\nNote: GitHub's personal access token has an API call limit within a unit period.\nThe maximum fetching amount per calling is 100. Thus, for example, running this CLI against a repository with 500 commits and 1000 issues will consume 15, and 4985 API call is available in the remaining hour.\n\nsee also [official doc](https://docs.github.com/en/rest/rate-limit?apiVersion=2022-11-28)(this CLI uses only core API)\n\n## Thanks\n- [go-echarts/go-echarts](https://github.com/go-echarts/go-echarts)\n- [google/go-github](https://github.com/google/go-github)\n- [pterm/pterm](https://github.com/pterm/pterm)\n\n## License\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwf001%2Fgithub-insight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwf001%2Fgithub-insight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwf001%2Fgithub-insight/lists"}