WolfgangFahl / py-3rdparty-mediawiki

Wrapper for pywikibot and mwclient MediaWiki API librarties with improvements for 3rd party wikis
Apache License 2.0
4 stars 5 forks source link

Take smwgQMaxLimit into account for queries. #32

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 3 years ago

If a query might return more than https://www.semantic-mediawiki.org/wiki/Help:$smwgQMaxLimit records the query needs to be split in batches to work properly.