[06:59:31] how can i get a list of all articles that i can use to compare against a list from another site? [06:59:52] ie: the things that maintenance/updateArticleCount.php is counting... [07:00:06] ideally i want a text file with a list of page titles [07:00:30] i tried selecting everything in the page table, and it includes thousands of objets which are not articles [07:24:09] nice.... api.php?action=query&list=allpages&aplimit=10000 [07:48:37] oh it looks like list=allpages includes talk pages and other objects that are not articles [07:49:48] i can filter apfilterredir=nonredirects ??? but that leaves hundreds of talk pages [08:10:05] ok maybe i am a liar, and this does not include talk pages [08:12:53] What is considered an "article" can vary between wikis [11:30:16] hi, there is any option to get the amount of rows returned from cargo_query ? ( i cant use count(*) because the query use group by). [11:30:41] ive try to use {{#array}} stuff but it seems that it count al lthe rows returned as one element in the array [13:26:27] https://i.ytimg.com/vi/OyRW9uFSmh0/maxresdefault.jpg [13:27:11] rip [14:03:07] Why is the bot flag ignored when passed here? https://github.com/dissemin/oabot/blob/master/src/app.py#L119 [14:04:18] Can the multi-user OAuth app have something to do with it? Should the OAbot *user* have its own consumer token/secret distinct from the OAbot tool? [14:06:51] where do you set a bot flag? [14:07:36] 'bot': '1' [14:07:58] https://www.mediawiki.org/wiki/API:Edit#Parameters /bot [14:09:08] interesting, I (erroneously) though bot users were getting the bot flag on their edits automatically [14:14:14] saper: just there in the data dict (not pushed yet) [14:14:47] no, if you have a bot flag, you are allowed to set 'bot' flag on every edit if you like [14:14:53] Nemo_bis: well :) [14:17:46] I just hope it's not something stupid like "you have to log out and log in again" [18:57:44] hi, there is any option to get the amount of rows returned from cargo_query ? ( i cant use count(*) because the query use group by). [18:57:45] ive try to use {{#array}} stuff but it seems that it count al lthe rows returned as one element in the array