Siege spider is a free Rainbow Six Siege stat tracking application I created as an alternative to platforms like R6Tracker, stats.cc, R6Analyst. The goal was to combine the greatest features/attributes of all these platforms into one simplified debloated application with a couple nice features added on top.
You are currently looing at the client.
- API: https://github.com/Haste171/siege-spider-api
- UI: https://github.com/Haste171/siege-spider-dashboard
- Windows Client: https://github.com/Haste171/siege-spider-client
Local Windows client for siege spider
poetry install
poetry shell
Note - sometimes poetry shell doesn't work, if that's the case just run:
source .venv/bin/activate
chmod +x build_match_client.sh./build_match_client.shNote - if you build the client on a non-Windows platform, pyinstaller will automatically use that platforms executable binary format so the executable will not be cross-compatible to Windows unless you build on Windows.