antonkomarev / github-profile-views-counter

It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
https://komarev.com/sources/github-profile-views-counter
MIT License
4.02k stars 365 forks source link

Can I not count myself ? #93

Closed lix19937 closed 4 months ago

antonkomarev commented 4 months ago

Short answer: it is impossible.

Long read from FAQ:

Why does the counter increase every time the page is reloaded? This is counter of profile views (page hits), not a counter of unique visitors. There is no way to get the username, browser user agent or IP address of the visitor because GitHub proxies all image URLs through the GitHub Camo service. In other words, we can only increment the counter for each request from the GitHub proxy server, we don't know who initiated it.

lix19937 commented 4 months ago

@antonkomarev Thanks !