ONN census uploader
===================
Sends the Olympus Guild addon's census to https://olympusnewsnetwork.com/army.

Get a key: request one at https://olympusnewsnetwork.com/uploader (the download from your
           claim link includes config.json with your key already in it)
Install:   double-click install.cmd   (runs now and at every Windows sign-in)
Remove:    double-click uninstall.cmd
Log:       uploader.log in this folder

How it works: WoW addons can't reach the internet, so the addon's data only leaves the game
through its saved file, WTF\Account\<ACCOUNT>\SavedVariables\Olympus.lua. WoW writes that file
when you log out, /reload or exit. The uploader checks every 20 seconds and sends the file when
it changes. The website keeps only the guild census and tabard inspections; everything else in
the file (chat history, logs, the channel key) is discarded on arrival.

If WoW is installed somewhere unusual, add  "wowPath": "D:\\Games\\World of Warcraft"  to config.json.
Keep config.json private: it holds the upload key.
