This repository is a Python module that allows easy bot editing to the Wiiki.
- Python with your preferred editor, of course.
- A bot account with password and API key on the Wiiki.
- python-dotenv, a module that extracts sensitive information from files.
- mwclient, a module that is a Python wrapper for the MediaWiki API.
To contribute to this editor, follow these steps:
- Fork the repository and clone it to your device.
- Make your desired changes and additions, test them thouroughly and commit.
- Open a pull request on the main repository, describing your changes.
Once your pull request is submitted, it will be reviewed by the project's maintainers. They will provide feedback and work with you to ensure that your contribution aligns with the project's guidelines and quality standards.
Follow these instructions to test a build. This requires twine to be installed.
- Copy this repository to your device.
- Make any changes to the code if you want to test them.
- Run
build_install_release.py
to upload and install the new module.build_release.py
andinstall_release.py
can be activated seperately. - Use
import wiiki_editor
in a Python environment to test the build. Currently, it is best to use the repository as a reference.
If you notice any bugs in the code or want to request a feature, please do so in the Issues section.