Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rheingoldriver/example_wiki_scripts
Example wiki one-off Python scripts using mwcleric
https://github.com/rheingoldriver/example_wiki_scripts
Last synced: 6 days ago
JSON representation
Example wiki one-off Python scripts using mwcleric
- Host: GitHub
- URL: https://github.com/rheingoldriver/example_wiki_scripts
- Owner: RheingoldRiver
- License: other
- Created: 2020-11-25T05:43:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T23:19:19.000Z (5 months ago)
- Last Synced: 2024-11-02T12:26:09.552Z (13 days ago)
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example_wiki_scripts
Example wiki one-off Python scripts using mwrogueThis 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](https://river.me/blog/send-me-scripts/) so that there are more examples for people to look at in the future!
Other resources:
* 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