Tool for exporting the entire contents of a mediawiki site in XML format. This tool needs python3.
This tool finds all wiki namespaces ( such as User, Talk, etc ), and for each namespace then
proceeds to download all pages. wikiexport can also download all binary files found on the wiki.
--historyinclude history in the export.--savedir DIRsave binary files to directoryDIR.--limit NUMspecify maximum simultaneous downloads.--batchsize NUMspecify the number of pages to download in one batch.
python3 mediawiki.py https://yourwiki.com/Mainpage
This does not work with all mediawiki sites, variation between sites can be quite large. Also some sites implement some kind of rate limiting, which causes the site to reject requests from this tool.
Willem Hengeveld itsme@xs4all.nl