Skip to content
forked from BryghtShadow/MAGE

MediaWiki Automated Graphical Editor. Mostly meant to be a replacement for AutoWikiBrowser (AWB).

License

Notifications You must be signed in to change notification settings

TreeIsLife2/MAGE

 
 

Repository files navigation

MediaWikiAGE

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.

Project setup

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

About

MediaWiki Automated Graphical Editor. Mostly meant to be a replacement for AutoWikiBrowser (AWB).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.9%
  • JavaScript 38.4%
  • Other 0.7%