pip install valclient
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"])
Check out Techdoodle's awesome documentation
Version | Tag | Published |
---|---|---|
2.28 | 1yr ago | |
2.27 | 1yr ago | |
2.26 | 1yr ago | |
2.25 | 1yr ago |