Hacker News new | ask | show | jobs
Show HN: GitHub Action to track views, stars, and clones on my projects (github.com)
1 points by timf34 390 days ago
GitHub only shows views and clones from the last 14 days — then deletes them. I wanted to see the longer-term impact of my open source projects, so I built a GitHub Action that saves daily snapshots and generates a simple Markdown report.

It tracks stars, views, and clones across all your public repos — no setup, no dependencies, no secrets.