Hacker News new | ask | show | jobs
Show HN: github-exporter, CLI tool that uploads GitHub statistics to InfluxDB (github.com)
2 points by rare-magma 477 days ago
Hi HN, I wanted to share a CLI tool I've created since it might be useful for you:

github-exporter is a CLI tool that uploads the Github traffic and statistics API data to influxdb on a daily basis. Storing the data in influxdb allows for long term trend analysis (with Grafana for example) given that Github's insights are limited to ~15 days in the past. I have it set up with podman quadlets in my home server and run it every night.

source code and setup instructions available @ https://github.com/rare-magma/github-exporter