I’m looking for a way to monitor Github repository visitor counts from my linux server.
I have few questions.
- How does Github repos visitor count work? does it increase by just accessing the repository from the web?
- Is there a way to monitor github visitor count on a linux server?
- If i access my github repository in my linux server via commands(like open, xdg-open, http request), will the visitor count for my repository increase? Is it possible?
Thank you