exercism / open-source-stats

A repository for stats about Exercism's open source software
6 stars 5 forks source link

How many issues and comments are posted on the Exercism organisation? #2

Open iHiD opened 6 years ago

iHiD commented 6 years ago

Issue #1 tracks how many commits are on Exercism, but an equally important metric is how much conversation is going on. I would love some answers and a script, written in Ruby, using the GitHub API, to the question of how many issues and comments are posted across the whole Exercism organisation, preferably broken down into repos, but also with totals.

sshine commented 6 years ago

And Ruby because it can be refactored into a website plugin afterwards?

iHiD commented 6 years ago

Correct. I'd accept a PR in anything and someone can rewrite later, but it would be nice if all the scripts were consistent.