Page MenuHomePhabricator

Add minwikibooks to wikistats
Closed, ResolvedPublic

Description

Please add new wiki minwikibooks to Wikistats, once it is created. Thanks!

Related Objects

Event Timeline

Dzahn changed the task status from Open to Stalled.May 28 2025, 6:23 PM
Dzahn subscribed.

Should be a subtask of T395452 directly.

Dzahn changed the task status from Stalled to In Progress.Aug 11 2025, 11:36 PM
Dzahn closed this task as Resolved.
Dzahn claimed this task.
MariaDB [wikistats]> insert into wikibooks (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="min";


dzahn@wikistats-bookworm:~$ /usr/bin/php /usr/lib/wikistats/update.php wb prefix min
sent query: 'select * from wikibooks where prefix="min"'.
A(1/122) - min.wikibooks.org - calling API: https://min.wikibooks.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://min.wikibooks.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 1 good: 0 edits: 1 users: 2 active users: 0 admins: 1 images: 0
---> update wikibooks set total="1",good="0",edits="1",users="2",activeusers="0",admins="1",images="0",http="200",si_generator="MediaWiki 1.45.0-wmf.13",ts=NOW() where id="232";