{"id":36485105,"url":"https://github.com/fedir/ghstat","last_synced_at":"2026-01-12T01:47:24.526Z","repository":{"id":57554566,"uuid":"124658829","full_name":"fedir/ghstat","owner":"fedir","description":"Statistical multi-criteria decision-making comparator of open source projects","archived":false,"fork":false,"pushed_at":"2023-09-06T16:15:53.000Z","size":61314,"stargazers_count":14,"open_issues_count":10,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T04:46:28.981Z","etag":null,"topics":["github-api","golang","statistics"],"latest_commit_sha":null,"homepage":"http://fedir.github.io/development/2018/04/02/using-ghstat-open-source-projects-statistics-and-ratings","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fedir.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}},"created_at":"2018-03-10T13:36:27.000Z","updated_at":"2023-12-05T15:08:34.000Z","dependencies_parsed_at":"2022-09-26T20:01:12.812Z","dependency_job_id":null,"html_url":"https://github.com/fedir/ghstat","commit_stats":null,"previous_names":["fedir/go-github-statistics"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fedir/ghstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedir%2Fghstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedir%2Fghstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedir%2Fghstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedir%2Fghstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedir","download_url":"https://codeload.github.com/fedir/ghstat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedir%2Fghstat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-api","golang","statistics"],"created_at":"2026-01-12T01:47:24.033Z","updated_at":"2026-01-12T01:47:24.514Z","avatar_url":"https://github.com/fedir.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghstat\n\n[![Build Status](https://travis-ci.org/fedir/ghstat.svg?branch=master)](https://travis-ci.org/fedir/ghstat)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/fedir/ghstat/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/fedir/ghstat/?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/fedir/ghstat)](https://goreportcard.com/report/github.com/fedir/ghstat)\n[![Maintainability](https://api.codeclimate.com/v1/badges/572b4413f5c5ebf49e36/maintainability)](https://codeclimate.com/github/fedir/go-github-statistics/maintainability)\n[![codecov](https://codecov.io/gh/fedir/ghstat/branch/master/graph/badge.svg)](https://codecov.io/gh/fedir/ghstat)\n[![GoDoc](https://godoc.org/github.com/fedir/ghstat?status.svg)](https://godoc.org/github.com/fedir/ghstat)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nStatistical multi-criteria decision-making comparator for selected Github's projects.\n\nProject's overview was given on Open Source Summit Europe 2018 \"Methodology of Multi-Criteria Comparison and Typology of Open Source Projects\" - https://events.linuxfoundation.org/wp-content/uploads/2017/12/Methodology-of-Multi-Criteria-Comparison-and-Typology-of-Open-Source-Project-Fedir-Rykhtik-Stratis-1.pdf\n\n## Getting started\n\nInstallation instruction:\n\n* Generate a token for Your GitHub account: https://github.com/settings/tokens\n* Select following scope: `repo` and all it's sub-scopes \n* Build the app\n* Configure the project with environment variables\n* Launch\n\n    go get -u -v github.com/fedir/ghstat\n    cd [package location]\n    go build\n    mkdir tmp\n    export GH_USR=\"your_gh_username\" \u0026\u0026 export GH_PASS=\"your_gh_api_token\"\n    ./ghstat\n\nThe project contains already some data received from Github API for local testing and debugging, but You could update it in the following way: \n\n    ./ghstat --cc\n    bash bin/build_all.sh\n\nIf You have timeouts, You could check the rate limit with :\n\n    ./ghstat -l\n\nUsage example to compare most famous JS frameworks\n\n    ./ghstat -r angular/angular,facebook/react,vuejs/vue\n\nUsage example to compare most famous PHP frameworks\n\n    ./ghstat -r laravel/framework,symfony/symfony,yiisoft/yii2,bcit-ci/CodeIgniter\n\nAfter that, `result.csv` file will be created (or updated, if it's already exists) with the statistics of selected repositories.\n\n## Comparaison methodology\n\nAt the moment We choosed following metrics, here they are, in alphabetical order :\n\n* Active forkers percentage - more is better\n* Age in days - newest is better :)\n* Closed issues, % - more is better\n* Watchers - more is better\n* Total commits - more is better\n  * More precisely, it's total commits by existing contributors, commits of deleted accounts, will not be taken in account\n\n## Ratings\n\n[Detailed statistics with ratings made with ghstat](https://github.com/fedir/ghstat/blob/master/ratings.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedir%2Fghstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedir%2Fghstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedir%2Fghstat/lists"}