Gamepedia Help Wiki
(Created page with "{{DISPLAYTITLE:mwclient}}Category:Automation '''mwclient''' is a Python library that wraps the MediaWiki API. It's documented on [https://mwclient.readthedocs.io/en/latest...")
 
No edit summary
Line 3: Line 3:
   
 
== Example code ==
 
== Example code ==
* [https://github.com/RheingoldRiver/example_wiki_scripts example_wiki_scripts] - Code mostly used for editing Leaguepedia
+
* [https://github.com/RheingoldRiver/example_wiki_scripts example_wiki_scripts] - Sample scripts, mostly thoroughly commented, deliberately curated to serve as introductory examples
  +
* [https://github.com/RheingoldRiver/leaguepedia_util leaguepedia_util] - Scripts for editing Leaguepedia
 
 
== See also ==
 
== See also ==
 
* [[Pywikibot]]
 
* [[Pywikibot]]

Revision as of 00:24, 23 March 2021

mwclient is a Python library that wraps the MediaWiki API. It's documented on readthedocs.io, and its source code is available on GitHub.

Example code

See also