# wau: *World of Warcraft AddOn Updater* ## Installation The easiest way to install the application is to use pip: ```bash pip3 install --upgrade https://git.caspervk.net/caspervk/wau/archive/master.tar.gz ``` **It requires Python 3.7 or later.** ## Usage The program can be started by running `wau` or `python3 -m wau`, depending on system configuration. ```text usage: wau [-h] [-v] {install,remove,update,list,clean,export} ... World of Warcraft AddOn Updater v0.0.1 by Casper V. Kristensen. positional arguments: {install,remove,update,list,clean,export} install Install a new AddOn. remove Remove a previously installed AddOn. update Install newest version of all AddOns. list List installed AddOn. clean Clear out the local cache of retrieved files. export Export the list of installed AddOns for install elsewhere. optional arguments: -h, --help show this help message and exit -v, --verbose Increase verbosity level. Can be used multiple times. For more information, see . ``` ## Supported AddOn Providers - CurseForge.com - WowInterface.com - Git - ~~GitHub Releases~~ (coming soon™) - HTTP ## Screenshots ![Basic Interaction](images/basic.png)