{"id":16965245,"url":"https://github.com/hossain-khan/github-stats","last_synced_at":"2025-07-11T18:14:07.638Z","repository":{"id":59998087,"uuid":"540031587","full_name":"hossain-khan/github-stats","owner":"hossain-khan","description":"Playground for exploring Github API and collect some stats for PR review.","archived":false,"fork":false,"pushed_at":"2025-07-07T10:32:26.000Z","size":1687,"stargazers_count":6,"open_issues_count":16,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T11:36:51.264Z","etag":null,"topics":["github","github-api","github-pr-stats","github-statistics","github-stats","kotlin"],"latest_commit_sha":null,"homepage":"https://hossain-khan.github.io/github-stats/","language":"Kotlin","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/hossain-khan.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}},"created_at":"2022-09-22T14:50:00.000Z","updated_at":"2025-07-07T10:31:48.000Z","dependencies_parsed_at":"2024-01-21T02:27:09.537Z","dependency_job_id":"fcb8247f-41bb-4c29-aee9-f759ba0fa156","html_url":"https://github.com/hossain-khan/github-stats","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hossain-khan/github-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fgithub-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fgithub-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fgithub-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fgithub-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hossain-khan","download_url":"https://codeload.github.com/hossain-khan/github-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fgithub-stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264868875,"owners_count":23676091,"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":["github","github-api","github-pr-stats","github-statistics","github-stats","kotlin"],"created_at":"2024-10-13T23:45:25.875Z","updated_at":"2025-07-11T18:14:07.595Z","avatar_url":"https://github.com/hossain-khan.png","language":"Kotlin","readme":"# GitHub Stats 📈\nPlayground for exploring Github API and collect some PR review stats for different users/contributors.\n\n\u003e 🚧 Initial work done (see limitations) 🚧  \n\u003e 👷‍♂️ Ready for experimental use!\n\n### Background\nThis project exist to explore GitHub API to get some common answer about PR review time by different reviewers.\n\n#### What it is NOT\n- ❌ It is not a comprehensive GitHub statistics generator tool. Built for specific purpose.\n- ❌ It is not a modular tool that can be re-used to query GitHub APIs.\n- ❌ Existing supported stats are not localized for different work hour or weekends. Only North America time zone supported.\n- ❌ It does not follow all industry standards, and does not strive to be performant either.\n\n\n#### What it is ✔️\n- ✅ It can show you PR statistics for PRs created by specific author/contributor of a repository\n- ✅ It can generate CSV for the PR stats which can be used in Google Sheets or alike to generate charts\n- ✅ It can also generate basic chart/graph using Google Chart to visualize the PR stats\n##### Limitation\n- 🏋️ It does not collect stats in parallel to avoid GitHub API rate-limit and adds delay between API calls, resulting in longer wait time for larger date span with lot of PRs.\n- 🏋️ It is **NOT** able to accurately compute PR review time due to many complexities. The review time is provided for informational purpose only.\n- 🔐 The generated API token must have access to repository and user in the orginization, otherwise all API request will fail.\n\n## Setup 🛠\nSee [SETUP](SETUP.md) for details on how to setup the project using IntelliJ IDEA.\n\n### Run App 📊\nAfter configuration comlete, you can run the app in either ways: \n\n1. Run the app from IntelliJ ▶️ [Main.kt](https://github.com/hossain-khan/github-stats/blob/main/src/main/kotlin/Main.kt)\n2. Run the app from terminal using **`./gradlew run`** command\n\n## How\nThe program collects all the related data to user's via different GitHub APIs and compiles releavant data into stats. Those stats are then run through [StatsFormatter](https://github.com/hossain-khan/github-stats/blob/main/src/main/kotlin/dev/hossain/githubstats/formatter/StatsFormatter.kt) to generate files.  \n\nHere is an quick overview of how stats generation works.  \n\u003cimg alt=\"Stats Generator Flow\" width=\"600\" src=\"https://user-images.githubusercontent.com/99822/200206579-bba022ea-ebe4-4d5c-9a81-b2c4b6ed6090.jpg\"/\u003e\n\n\n## Sample\nHere is some data generated from `freeCodeCamp` repository for `naomi-lgbt` user.\n\n\u003cimg width=\"497\" alt=\"Generate files\" src=\"https://github.com/user-attachments/assets/1accc59c-0185-4b3a-9eec-712ae050ea62\" /\u003e\n\n### Stats as PR Author\nHere is example chart generated from the report as HTML output.\n\n\u003cimg width=\"1919\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/39565e04-36c6-4019-873d-6b34601ab737\" /\u003e\n\u003cimg width=\"1165\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b72b952b-8e17-4aec-a454-628b57ac9c89\" /\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003e📊 Stats Report\u003c/summary\u003e\n  \n```\n  -------------------------------------------------------------------------------------------------------------------  \n  PR reviewer's stats for PRs created by 'naomi-lgbt' on 'freeCodeCamp' repository between 2024-07-01 and 2024-12-31.  \n  -------------------------------------------------------------------------------------------------------------------  \n                                                                                                                       \n┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐\n│                                                                                                                     │\n│ ● PR reviewer stats for \"moT01\"                                                                                     │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 3                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 1d 14h 34m for PR#57153                            │\n│                                                                │ made 1 code review comment and 0 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 13h for PR#56463                                   │\n│                                                                │ made 1 code review comment and 1 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 2h 45m 1s for PR#55638                             │\n│                                                                │ made 0 code review comment and 1 issue comment.    │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 18h 6m 20.333333333s                               │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"huyenltnguyen\"                                                                             │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 3                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 20m 48s for PR#56772                               │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 16h 48m for PR#56417                               │\n│                                                                │ made 5 code review comments and 0 issue comment.   │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 3h for PR#55549                                    │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 6h 42m 56s                                         │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"gikf\"                                                                                      │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 3                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 1h for PR#56376                                    │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 12h for PR#55665                                   │\n│                                                                │ made 1 code review comment and 0 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 3h for PR#55549                                    │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 5h 20m                                             │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"ojeytonwilliams\"                                                                           │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 3                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 1h for PR#56376                                    │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 12m 28s for PR#55638                               │\n│                                                                │ made 1 code review comment and 0 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 11h 40m for PR#55403                               │\n│                                                                │ made 1 code review comment and 0 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 4h 17m 29.333333333s                               │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"ilenia-magoni\"                                                                             │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 2                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 14m 36s for PR#56772                               │\n│                                                                │ made 1 code review comment and 0 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 5m 54s for PR#56463                                │\n│                                                                │ made 4 code review comments and 0 issue comment.   │\n│                                                                │ also has reviewed PR 4 times.                      │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 10m 15s                                            │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"a2937\"                                                                                     │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 2                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 26m 51s for PR#56772                               │\n│                                                                ├────────────────────────────────────────────────────┤\n│                                                                │ 9h 4m for PR#56417                                 │\n│                                                                │ made 0 code review comment and 1 issue comment.    │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 4h 45m 25.5s                                       │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"jdwilkin4\"                                                                                 │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 1                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 5h 45m for PR#57153                                │\n│                                                                │ made 2 code review comments and 0 issue comment.   │\n│                                                                │ also has reviewed PR 1 time.                       │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 5h 45m                                             │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"lasjorg\"                                                                                   │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 1                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 17h 14m for PR#55665                               │\n│                                                                │ made 1 code review comment and 1 issue comment.    │\n│                                                                │ also has reviewed PR 1 time.                       │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 17h 14m                                            │\n├────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┤\n│                                                                                                                     │\n│ ● PR reviewer stats for \"raisedadead\"                                                                               │\n├────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┤\n│ Total Reviews                                                  │ 1                                                  │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Review Durations                                               │ 12h for PR#55403                                   │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│ Average Time                                                   │ 12h                                                │\n├────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┤\n│                                                                │                                                    │\n│                                                                │                                                    │\n│ ● Average PR Merge Time for all PRs created by 'naomi-lgbt'    │ 1d 20h 37m 19.578947368s                           │\n└────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┘\n```\n\u003c/details\u003e  \n  \n\n### Stats as PR Reviewer\nAnd this chart is user as PR reviewer, reviewing other user's PRs.\n\n\u003cimg width=\"1919\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/838f94e4-b502-4347-83ac-ff5faa47412f\" /\u003e\n\u003cimg width=\"779\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2ef4892f-d55c-4da9-83be-68aebaa6d803\" /\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e📊 Stats Report\u003c/summary\u003e\n  \n```\n  --------------------------------------------------------------------------------------------------------------  \n  Stats for all PR reviews given by 'naomi-lgbt' on 'freeCodeCamp' repository between 2024-07-01 and 2024-12-31.  \n  --------------------------------------------------------------------------------------------------------------  \n                                                                                                                  \n┌───────────────────────────────────────────────┬────────────────────────────────────────────────────────────────┐\n│ Total Reviews                                 │ 301                                                            │\n├───────────────────────────────────────────────┼────────────────────────────────────────────────────────────────┤\n│ Average Review Time                           │ 20h 36m 10.611295681s                                          │\n├───────────────────────────────────────────────┼────────────────────────────────────────────────────────────────┤\n│ PR Authors Reviewed For                       │ ✔ 1 PR reviewed for 'JungLee-Dev'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'anandhelloworld'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'YashJsh'                                  │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'timmy471'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'altsun'                                   │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Abhishek-dev479'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'itzVarsha'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'X1Vi'                                     │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'charlotte-whiting'                        │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'zairahira'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'AbhilashK26'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'bytexenon'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'kamalxdev'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Abhi0049k'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Bharatkgupta'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'SahilWMI'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Joes131205'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'AryanBhirud'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Muhammad-Rebaal'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'uditbaliyan'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'suryaanshah'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Arnavthakare19'                           │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Chioma-Okeke'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'IAMOTZ'                                   │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'jeremylt'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'aakarsh-2004'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Othniel01'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'SelormDev'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'khatri7'                                  │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'rachhanari'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'BethiPooja'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'doosabhulaxmi'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'JoT8ng'                                   │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'clydehenry3'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'EggSaled'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'nikkivaddepelli'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'cristinajeandonato'                       │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Sebastian-Wlo'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'franfreezy'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'OlibhiaGhosh'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'rakshixh'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'bulutyerli'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'hedocode'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Dhairya-A-Mehra'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'pragyananda'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'CBID2'                                    │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Nycto-c05'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'shubha987'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'AnarchistHoneybun'                        │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'mendoncamaria'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'AaryanProthi'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'spartanns'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Code-Hacker26'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'devshah207'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'dareckolo'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'CracktheDom'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'Ayushjhawar8'                             │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'nayanmapara'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'farihaNaqvi'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'dyadyaJora'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'uzma-nazim'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'scissorsneedfoodtoo'                      │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'dilankayasuru'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'kevin-wu01'                               │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'raisedadead'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 1 PR reviewed for 'dwrik'                                    │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 2 PRs reviewed for 'Dario-DC'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 2 PRs reviewed for 'Ksound22'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 2 PRs reviewed for 'miyaliu666'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 2 PRs reviewed for 'royjohnlee'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 2 PRs reviewed for 'hittrow'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 3 PRs reviewed for 'Sembauke'                                │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 3 PRs reviewed for 'Ritesh2351235'                           │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 4 PRs reviewed for 'ahmaxed'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 4 PRs reviewed for 'gikf'                                    │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 5 PRs reviewed for 'ilenia-magoni'                           │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 5 PRs reviewed for 'gagan-bhullar-tech'                      │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 6 PRs reviewed for 'DanielRosa74'                            │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 8 PRs reviewed for 'huyenltnguyen'                           │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 8 PRs reviewed for 'ShaunSHamilton'                          │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 9 PRs reviewed for 'lasjorg'                                 │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 19 PRs reviewed for 'moT01'                                  │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 20 PRs reviewed for 'a2937'                                  │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 34 PRs reviewed for 'jdwilkin4'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 40 PRs reviewed for 'camperbot'                              │\n│                                               ├────────────────────────────────────────────────────────────────┤\n│                                               │ ✔ 57 PRs reviewed for 'ojeytonwilliams'                        │\n└───────────────────────────────────────────────┴────────────────────────────────────────────────────────────────┘\n```\n\u003c/details\u003e\n\n## References\n* https://docs.github.com/en/rest\n* https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossain-khan%2Fgithub-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhossain-khan%2Fgithub-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossain-khan%2Fgithub-stats/lists"}