Replies: 1 comment 3 replies
-
I just discovered this based on comments in a shields.io issue. Pretty cool project! You might start having issues scraping the info if you get too many added. I have a similar project where I was trying to get wiki info, which is also not exposed in the API, and they eventually rate limit you. Besides that point, I have an idea. Instead of adding the org, repo, and package name... you could probably just add the org. Well, that could get you the download counts... https://github.com/orgs/LizardByte/packages And then loop over each package in the org to get more detailed info. Just an idea. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The next update will track all versions, tagged or not, for each package, including their sizes (only for images for now). Please see the readme on the dev branch for updated jsonpaths that will allow you to query a package, its latest version, or any other version. Any feedback is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions