Download counter on GitHub #22845
-
|
Hi, I didn’t see an Download Counter on any Project. This could be useful to find out if it’s famous or several people used it. Thanks, Paulo |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
you can use github developers api to check that
|
Beta Was this translation helpful? Give feedback.
-
|
I would really like to see a built-in counter for downloads. That seems pretty useful for developers and users. Having to write our own and only good for 2 weeks is really not helpful. Can GitHub reconsider adding this feature? I’m sure others would applaud this capability. |
Beta Was this translation helpful? Give feedback.
-
|
There is this where you can check download stats online. Should be fairly easy to integrate into gh-pages. However if you want a badge for Readme you would need an external service/api. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Thank you for reporting this. The behavior you’re encountering is most likely due to GitHub’s rate limiting for unauthenticated users. When accessing repositories without logging in, the number of allowed requests is significantly lower. After a small number of repeated file views, the system may return an HTTP 429 (Too Many Requests) response to prevent excessive usage. This is why the issue appears after a few attempts and across different repositories—it is tied to request limits rather than a specific repository or file. What you can do: You’ve raised a valid point. The current error message does not clearly explain the cause or suggest next steps. Improving the clarity of rate limit notifications would definitely enhance the user experience. In summary, this behavior is expected under current rate limiting policies, rather than a bug. Thank you for highlighting it. |
Beta Was this translation helpful? Give feedback.
you can use github developers api to check that