Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rheingoldriver/mwrogue
MediaWiki Repository Of Gadgets Useful to Esports
https://github.com/rheingoldriver/mwrogue
Last synced: 6 days ago
JSON representation
MediaWiki Repository Of Gadgets Useful to Esports
- Host: GitHub
- URL: https://github.com/rheingoldriver/mwrogue
- Owner: RheingoldRiver
- License: mit
- Created: 2021-03-31T15:39:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T23:46:25.000Z (over 1 year ago)
- Last Synced: 2024-11-02T11:24:38.303Z (14 days ago)
- Language: Python
- Size: 127 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MediaWiki Repository Of Gadgets Useful to Esports (MW ROGUE)
For full docs, please see [readthedocs.io](https://mwrogue.readthedocs.io/en/latest/index.html).
This library is a client for connecting to, and occasionally editing, the Fandom/Gamepedia esports wikis. For general-purpose wiki editing, see `mwcleric`: https://github.com/RheingoldRiver/mwcleric.
## Install/upgrade:
This library can be installed from PyPI:
```
pip install mwrogue
```For the latest development version, you may wish to pull directly from the repo:
```
pip install -U git+https://github.com/RheingoldRiver/mwrogue.git
```## Example code
For example code, see https://github.com/RheingoldRiver/example_wiki_scripts## API documentation
For Leaguepedia API documentation, see https://lol.fandom.com/wiki/Help:Leaguepedia_API## Contributing
Feel free to open a pull request or issue!