Skip to content

mammuth/valorant-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valorant-go

A Go API and CLI for the game Valorant

image

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

Usage

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

About

A Go API and CLI for the game Valorant

Resources

Stars

Watchers

Forks

Packages

No packages published