Skip to content

Commit bb26975

Browse files
authored
Fetch data for 22 days to stay within quota (#50)
2 parents 48c66f8 + bfe5731 commit bb26975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python3 -m pip --version
1616
/home/botuser/.local/bin/pypinfo --version
1717

1818
# Generate and minify
19-
days=24
19+
days=22
2020
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days --test "" project
2121
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days "" project > top-pypi-packages.json
2222
jq -c . < top-pypi-packages.json > top-pypi-packages.min.json

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h2 id="changelog">Changelog</h2>
138138
and for all installers, not only pip (<a href="https://github.com/hugovk/top-pypi-packages/pull/39">#39</a>)</li>
139139
<li>2025-02: Fetch data for 28 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/45">#45</a>)</li>
140140
<li>2025-04: Fetch data for 24 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/49">#49</a>)</li>
141+
<li>2025-05: Fetch data for 22 days (<a href="https://github.com/hugovk/top-pypi-packages/pull/50">#50</a>)</li>
141142
</ul>
142143
</div>
143144
<div class="col-sm-6">

0 commit comments

Comments
 (0)