Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download count is not updating #11

Closed
andreped opened this issue Jun 9, 2022 · 1 comment
Closed

Download count is not updating #11

andreped opened this issue Jun 9, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@andreped
Copy link
Owner

andreped commented Jun 9, 2022

Currently, the current download count in the download shield is fixed.

That is because there was no easy way to catch the current count through markdown.

I attempted to create a JS and Python solution for doing that, which were to be run periodically through github actions, but that would result in lots of redundant commits, that are not relevant for the user.

I'll have it fixed until I have time to come up with a better solution.

@andreped andreped added enhancement New feature or request help wanted Extra attention is needed labels Jun 9, 2022
@andreped
Copy link
Owner Author

Fixed in 50857c1.

However, not sure if badge is being updated periodically yet, but at least catching the download and updating the badge works.

Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant