MAGE (MediaWiki Automated Graphical Editor) is a MediaWiki API client mostly meant to be a replacement for AutoWikiBrowser (AWB).
This app is in heavy stages of production and isn't ready to be used yet.
You will need:
- Git
- Node.js (version 16+; earlier versions are no longer supported)
- A package manager, such as pnpm
To start writing code, please fork the repository on GitHub first. This will be needed to send pull requests, which is how this project accepts patches.
# Clone the repository
git clone <URL to your fork>
# Enter the cloned folder
cd MAGE
# Install needed dependencies (use npm/yarn if you want)
pnpm install
# Run the application
pnpm run electron:serve