mediawiki-client-tools / mediawiki-dump-generator

Python 3 tools for downloading and preserving wikis
https://github.com/mediawiki-client-tools/mediawiki-scraper
GNU General Public License v3.0
89 stars 14 forks source link

This is a huge PR :-D #124

Closed yzqzss closed 1 year ago

yzqzss commented 1 year ago

Feat: xmlexport: support export page using pure API (using --xml --xmlapiexport). 52a1e62 by NyaMisty Perf: xmlrev: do not retrive namespace one by one. 1076e1e by NyaMisty

Fix: BOM header makes mwclient crash when loding JSON. 16303ff, e749061 Fix: #123 b621e73 Fix: #107 0ecdeba Docs: cli help. 2147ddf Close: #121 c406d9d

Feat: Support various login methods(clientLogin(), botLogin(), indexLogin()). 83d6797 (Fix: #118, Close: https://github.com/mwclient/mwclient/issues/278 )

The login methods have all been tested on MW1.16...MW1.39.