Example wiki one-off Python scripts using mwrogue
This repo will contain random scratches I write to accomplish tasks for Leaguepedia and my other wikis, but would otherwise not save. I realize these scripts are probably the most useful content for other people to see to learn how to write Python scripts, but I'm not going to save them in any of my normal repos, so I'm creating this repo to archive them. Hopefully it's useful!
See https://github.com/RheingoldRiver/mwcleric for installation and setup of my mwclient wrapper, which everything will depend on always.
If you find this repo useful, please consider contributing your own example scripts so that there are more examples for people to look at in the future!
- https://github.com/RheingoldRiver/leaguepedia_util, my utility scripts for Leaguepedia (Python)
- https://github.com/RheingoldRiver/leaguepedia_archive, archived utility scripts for Leaguepedia (Python; one-time use scripts, or scripts that stopped being part of my regular workflow)
- https://github.com/RheingoldRiver/sorcerer-update, a repo demonstrating how to create & update wiki pages with structured data from a local json file or similar
- https://github.com/RheingoldRiver/sorcerer-update, learn how to create & update wiki pages using mwcleric
- https://github.com/RheingoldRiver/amberisle-python, learn how to access csv data and create wiki pages
- https://github.com/RheingoldRiver/python-not-included, see an example of a relatively complex infobox transform