From 088f9c80a01d622d9c0b211924d19c2094b9c387 Mon Sep 17 00:00:00 2001 From: FelekDevYT Date: Sat, 4 Apr 2026 20:40:05 +0300 Subject: [PATCH 1/2] Stars&Downloads sorting --- .github/workflows/deploy-pages.yml | 8 +++++ public_html/index.html | 4 +++ scripts/fetch-stats.py | 51 ++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 scripts/fetch-stats.py diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index cd05082..7a086ba 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -22,6 +22,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Install dependencies + run: pip install requests + + - name: Fetch github stats + run: python3 scripts/fetch-stats.py + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build static API run: | diff --git a/public_html/index.html b/public_html/index.html index 225dbb7..3f68656 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -22,6 +22,8 @@

RusherHack Addons