How to find the number of downloads of my public repository #149367
Unanswered
nitin120895
asked this question in
API and Webhooks
Replies: 1 comment 1 reply
-
Hi @nitin120895, that command should be correct to get the download count. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hi,
I want to know if there is any way to find the below information
I tried the below api but the response is empty
Example:
curl -s https://api.github.com/repos/andybalaam/rabbit-escape/releases | egrep '"name"|"download_count"'
Refer: https://artificialworlds.net/blog/2015/10/16/finding-the-download-count-of-github-releases/#:~:text=You%20can%20use%20the%20GitHub,your%20releases%20have%20been%20downloaded.&text=Or%20you%20can%20look%20through,escape%2Freleases%20in%20your%20browser.
Would someone be able to help me on this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions