Feature summary (what you would like to be able to do and where):
I like to create a report of books downloads in various formats for indic languages.
Long time back, did the same with the previous version of ws-export which gave the dump of sqlite db.
https://github.com/KaniyamFoundation/WikisourceEbooksReport
Now, the logs are provided as SQL here
https://ws-export.wmcloud.org/logs/
Can not download the logs using wget, as anubis prevents wget.
Provide a easy way to download the logs from wmcloud or upload the same logs to archive.org too
so that we can download, parse and create reports.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
wget https://ws-export.wmcloud.org/logs/2025.sql.gz --2025-11-17 21:34:35-- https://ws-export.wmcloud.org/logs/2025.sql.gz Resolving ws-export.wmcloud.org (ws-export.wmcloud.org)... 2a02:ec80:a000:1::1d, 185.15.56.49 Connecting to ws-export.wmcloud.org (ws-export.wmcloud.org)|2a02:ec80:a000:1::1d|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2025-11-17 21:35:11 ERROR 403: Forbidden.
Downloading using wget is prevented by anubis.
Benefits (why should this be implemented?):
If the logs are open for dowload, we can build a one big dashboard for all the languages downloads report or each language can have their own reporting tools.