by cborenstein on 12/19/23, 10:31 PM with 3 comments
Has anyone done this? Looking for an easy way to compute it.
by jstrieb on 12/19/23, 10:40 PM
https://docs.github.com/en/graphql/overview/explorer
You can also refer to my code here, which may already collect some of the statistics you're interested in.
https://github.com/jstrieb/github-stats/blob/master/github_s...
I predict the most annoying part of this project will be dealing with authentication. There are a handful of ways to do it, and the permissions can be finicky depending on what data you are fetching.
Best of luck!
by isurujn on 12/20/23, 1:31 AM