Skip to content

thebebee/valclient.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valclient.py

API wrapper for VALORANT's client API

Discord Downloads

Installation

pip install valclient

Example

from valclient.client import Client

client = Client(region="na")
client.activate()

# get MatchID of latest match
history = client.fetch_match_history(queue_id="unrated")
print(history["History"][0]["MatchID"])

Notes

  • don't use this to make anything that's obviously against TOS (i.e. automatic agent selecting program)
  • just don't be dumb :)

Docs

Check out Techdoodle's extensive documentation. Most of the endpoints are implemented in this wrapper, but if you find another one/I'm missing one, open an issue!

About

valorant client api wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Batchfile 0.4%