### wikiexport Command-Line Tool Source: https://github.com/nlitsme/wikiexport/blob/master/README.md Command-line tool for exporting MediaWiki content. It takes a MediaWiki site URL as input and can include history, specify save directories, set download limits, and control batch sizes. ```python python3 mediawiki.py https://yourwiki.com/Mainpage OPTIONS ======= * `--history` include history in the export. * `--savedir DIR` save binary files to directory `DIR`. * `--limit NUM` specify maximum simultaneous downloads. * `--batchsize NUM` specify the number of pages to download in one batch. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.