valclient.py icon indicating copy to clipboard operation
valclient.py copied to clipboard

valorant client api wrapper

Results 2 valclient.py issues
Sort by recently updated
recently updated
newest added

added hurm queue type (team deathmatch)

``` import valclient client = valclient.Client(region="eu", auth={ "username":"myusername","password":"mypass" }) client.activate() ``` I keep getting valclient.exceptions.HandshakeError: Unable to activate; is VALORANT running?