Skip to content

Fetch data for 22 days to stay within quota #50

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python3 -m pip --version
/home/botuser/.local/bin/pypinfo --version

# Generate and minify
days=24
days=22
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days --test "" project
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days "" project > top-pypi-packages.json
jq -c . < top-pypi-packages.json > top-pypi-packages.min.json
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ <h2 id="changelog">Changelog</h2>
and for all installers, not only pip (<a href="https://github.com/hugovk/top-pypi-packages/pull/39">#39</a>)</li>
<li>2025-02: Fetch data for 28 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/45">#45</a>)</li>
<li>2025-04: Fetch data for 24 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/49">#49</a>)</li>
<li>2025-05: Fetch data for 22 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/50">#50</a>)</li>
</ul>
</div>
<div class="col-sm-6">
Expand Down