Is there is any tool out there that takes a list of github events (like this https://api.github.com/repos/internetarchive/openlibrary/events) and puts them one one nice page so you can see what’s going on in a repo recently?
Two tools come to mind:
In general, you might want to look into CHAOSS for more details.
Thanks these are definitely a step in the direction of what I’m looking for!
However, I’m more interested in the GitHub specific stuff like comments on issues and pull requests opened and labels changed. That sort of thing to see what is being worked on.
if it’s just rudimentary GitHub stats you need, wouldn’t that be covered in the Insights views somehow?
GitHub isn’t open source, so probably not. But there is the built-in insights page on each project.
If you want git more generally, I found a couple tools by searching for “git activity visualization”. Which one you want depends on what you want visualized and how.
It’s not what OP asks after, but I figure Gource is worth an honourably mention.