mediawiki-gateway
mediawiki-gateway copied to clipboard
Ruby framework for MediaWiki API manipulation
I have a mediawiki-gateway based bot that I'd like to run on http://ru.wikipedia.org/ - last time I tried it on about ~2013-12, and it was ok back then, but nowadays...
The default settings for recent changes and watchlists usually hides bot edits, however sometimes bots may want to show up in these feeds but still retain the bot flag for...
Per [API:Tokens](https://www.mediawiki.org/wiki/API:Tokens), with MediaWiki v1.24 or later we should be fetching a token via `action=query&meta=tokens`, disregarding the page we are actioning on. This of course means we are dropping support...
hi, are there any examples of working bots that use `mediawiki-gateway`, ideally something like a basic find/replace ruby editing bot? curious to see how the editing flow is supposed to...
This issue has long been outstanding, e.g., https://github.com/jpatokal/mediawiki-gateway/issues/22 Anyway, I wrote some tests to test this. However, I wasn't able to get the live gateway working locally (docker was hanging;...
The imageusage list and globalusage prop were not implemented. I'm about to submit a patch with my implementation.
When I run any command on the French Wikipedia API I get this error: > mediawiki-gateway-1.0.0/lib/media_wiki/gateway.rb:227:in `warning': API error: code 'warning', info 'API warning: Formatting of continuation data will be...
Tests against a live version of 1.24.0 reveal the following deprecations: - The `intoken` parameter has been deprecated. - `drprop=token` has been deprecated. Please use `action=query&meta=tokens` instead. - `action=tokens` has...
It is helpful that many of the methods already link to the relevant [API](https://www.mediawiki.org/wiki/API) subpage; expand this to all methods.