wikitools icon indicating copy to clipboard operation
wikitools copied to clipboard

Python package for working with MediaWiki wikis

Results 34 wikitools issues
Sort by recently updated
recently updated
newest added

Implements functionality from https://www.mediawiki.org/wiki/API:Linkshere

Adapt the page.getHistory function to implement [Usercontribs](https://www.mediawiki.org/wiki/API:Usercontribs).

Hello, I'm experiencing real high lag time. I even hit the message ('Server lag, sleeping 14 seconds'). Could you please suggest which could possible reasons be ? I am just...

which setup.py refers to via ``` package_data={'wikitools': ['COPYING']} ```

At [Wikimedia Tools](https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools) in the past we have packaged wikitools basically with the motive to deploy it in "some" way :-). As part of [Reduce amount of Tools-local packages](https://phabricator.wikimedia.org/T91874), I'll...

If I'm writing a script that uses both PWB and wikitools, I shouldn't have to type in my credentials for wikitools - I should be able to just pass my...

This avoids much of hassle with gzip encoding, multipart, authentification, url encoding... which this module should avoid managing because requests does it better and is widely supported and tested. This...

Indicating wikitools' maintenance status would help potential contributors decide where makes the most sense to contribute and would help set accurate expectations for responses.

Adding unit tests would make debugging easier overall as well as easier to automate if desired.