Alternative cross-platform wowthing sync implementation written in Rust.
Important
Requires a wowthing.org account/api key and the wowthing-collector addon.
Note
wowthing-sxnc can be configured with the config file or by using command line arguments. When running with CLI args the --api-key and --watch-folder arguments are required
Note
wowthing-sxnc does not automatically register to run on startup, do it yourself using a daemon, your desktop environments autostart feature, windows task scheduler or shell:startup.
# Run with config file / Open interactive config builder
wowthing-sxnc
# Run with command line arguments
wowthing-sxnc --api-key <key> --watch-folder "/path/to/wow/_retail_"
# Run once and exit
wowthing-sxnc --once
# Override config values
wowthing-sxnc --watch-interval 30 --upload-host "https://example.com/"| Option | Description | Default |
|---|---|---|
--api-key |
API key from wowthing.org | |
--watch-folder |
Path to WoW retail folder | |
--upload-host |
Upload host | https://wowthing.org/ |
--upload-on-startup |
Upload files on startup | false |
--watch-interval |
Watch interval in seconds | 60 |
--once |
Run once and exit | false |
cargo build --releasewowthing.org for providing the platform and the original wowthing-sync implementation.