All Projects → colinhartigan → valclient.py

colinhartigan / valclient.py

Licence: MIT license
valorant client api wrapper

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to valclient.py

Valorant-Zone-Stats
View your VALORANT performance in different areas of every map in the game!
Stars: ✭ 72 (+60%)
Mutual labels:  valorant, valorant-api
ValorantStoreChecker-discord-bot
Valorant Utility Bot
Stars: ✭ 154 (+242.22%)
Mutual labels:  valorant, valorant-api
WAIUA
"Who Am I Up Against?" (WAIUA) is a Valorant app that lets you see ranks, recent games, skins of players and more, all in and before a live match.
Stars: ✭ 155 (+244.44%)
Mutual labels:  valorant, valorant-api
valorant-skin-manager
better valorant inventory management
Stars: ✭ 111 (+146.67%)
Mutual labels:  valorant, valorant-api
valorant.js
This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
Stars: ✭ 48 (+6.67%)
Mutual labels:  valorant, valorant-api
unofficial-valorant-api
Unofficial VALORANT API using the VALORANT Ingame API
Stars: ✭ 152 (+237.78%)
Mutual labels:  valorant, valorant-api
Valbot
A Valorant AFK XP Farmer.
Stars: ✭ 46 (+2.22%)
Mutual labels:  valorant
ValorantRichPresence
VALORANT Discord Rich Presence written in Python.
Stars: ✭ 16 (-64.44%)
Mutual labels:  valorant
Recon-Bolt
A growing SwiftUI app to let you view your Valorant data.
Stars: ✭ 39 (-13.33%)
Mutual labels:  valorant
Coloraimbot-CSharp
A simple Coloraimbot for any Game coded in C# - with additional features
Stars: ✭ 81 (+80%)
Mutual labels:  valorant
ScrimBot
Discord bot for organizing Valorant custom games.
Stars: ✭ 31 (-31.11%)
Mutual labels:  valorant
valorant-api
A NodeJs wrapper for the Riot VALORANT API
Stars: ✭ 51 (+13.33%)
Mutual labels:  valorant
valorant.py
Complete Python interface for the Valorant API. Works right out of the box!
Stars: ✭ 84 (+86.67%)
Mutual labels:  valorant
valorant.js
An API Wrapper for valorant with oauth support
Stars: ✭ 17 (-62.22%)
Mutual labels:  valorant
Monotone-HWID-Spoofer
Custom Created Hardware ID Spoofer to Bypass Hardware or IP Bans
Stars: ✭ 145 (+222.22%)
Mutual labels:  valorant
valorant-stats
Valorant statistics bot built with Discord.js using MongoDB
Stars: ✭ 29 (-35.56%)
Mutual labels:  valorant
Valorant-External-Cheat
[ DEDECTED ] Valorant trigger bot with python pillow library.
Stars: ✭ 45 (+0%)
Mutual labels:  valorant
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+42.22%)
Mutual labels:  valorant
Pyot
AsyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design.
Stars: ✭ 56 (+24.44%)
Mutual labels:  valorant
VALORANT-rank-yoinker
A Python app which retrieves the VALORANT rank and players' equipped skins during a match
Stars: ✭ 258 (+473.33%)
Mutual labels:  valorant

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].