A Go API and CLI for the game Valorant
This module includes two packages:
- A CLI in
cmd
- A Valorant API wrapper in
pkg
Current status:
- The API wrapper is very fundamental and lacks things like proper error handling. 🚧
- Only feature is displaying the MMR / Elo changes of your latest matches
- Todo: Create binaries via CI
Download binaries of the program here: https://github.com/mammuth/valorant-go/releases/
After this, run valorant.exe matches --region eu --username <your-name> --password <your-password>
to get your match history
You can create a config file at $HOME/.valorant-go.yaml
like this:
region: eu
username: dummy
password: verysecret