- Cross-Platform: Full Linux and Windows support, Mac OS X untested
- Bronze Friendly:
login
command accepts an API Key or Email Address - Optimized Build: Requires no vespene, and less than 30MB of RAM
Missing a feature? Request it!
- Download a Release or Get the Sources
- Run the program without a command to open the Graphical User Interface
- Follow the on-screen First-Time Setup to get started!
- Download a Release or Get the Sources
- Issue the
login
command to perform one-time setup (get your SC2ReplayStats API Key) - Run the program with the
--text
switch to automatically upload games as they are played
$ sc2-rsu login [email protected]
Password for sc2ReplayStats account [email protected]:
Success! Logged in to account #9001
API Key set in configuration!
$ sc2-rsu
Starting Automatic Replay Uploader...
Ready!
For full usage instructions, consult the --help
output.
- Install Golang
- Clone the repository
- Run
make
# Install Golang [apt / yum / dnf install golang]
$ git clone https://github.com/AlbinoGeek/sc2-rsu
$ cd sc2-rsu
$ make all
The binary will be built into the _dist
directory.
This project is licensed under the terms of the MIT License.