No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
SC2 Smurf Detector
CLI tool to detect smurfs in StarCraft II by analyzing opponent match history via SC2 Pulse.
Installation
Windows/Linux
Download the latest release from the releases page.
From Source
cargo build --release
The binary will be in target/release/.
Usage
Run the tool while StarCraft II is running. On the first run, follow the prompts to set up your profile.
Watch Mode (Recommended) Monitors matches in the background.
- Windows:
sc2-smurf-detector.exe --watch
- Linux:
./sc2-smurf-detector --watch
Single Check Checks the current match once.
- Windows:
sc2-smurf-detector.exe
- Linux:
./sc2-smurf-detector
Configuration
Settings are saved in smurf_detector.toml in the application directory.
-
notify = "all"(Default) -
notify = "smurf"(Only on detection) -
notify = "never"(Silent)