Python client for Valorant internal APIs
Project description
valorantclient.py
API wrapper for VALORANT's client API
Installation
pip install intenzclient
Example
from intenzclient import Client
client = Client(region="eu")
client.activate()
print(client.is_lobby())
Notes
Game State
| Function | Description |
|---|---|
in_agent_select() |
Checks if the player is currently in agent selection. Returns the MatchID if yes, otherwise False. |
is_ingame() |
Checks if the player is currently in a game. Returns the MatchID if yes, otherwise False. |
is_lobby() |
Checks if the player is currently in the lobby. |
Party & Matchmaking
| Function | Description |
|---|---|
party_id() |
Returns the player's current party ID. |
change_queue(queue_id) |
Changes the matchmaking queue for the current party. |
start_custom_game() |
Starts a custom game for the party. |
enter_matchmaking() |
Joins matchmaking. |
leave_matchmaking() |
Leaves matchmaking. |
Agent Selection
| Function | Description |
|---|---|
select_agent(agent_id) |
Selects an agent in agent selection. |
lock_agent(agent_id) |
Locks a selected agent. |
instalock_agent(agent_id) |
Instantly selects and locks an agent (Instant Lock). |
Store & Inventory
| Function | Description |
|---|---|
owned_items(item_type) |
Lists items the player owns (e.g., skins, agents, sprays). |
skin_map() |
Fetches all skins from the Valorant API. |
item_prices() |
Returns the prices of all store items. |
store_items() |
Shows currently available store items. |
wallet() |
Shows the amount of Valorant Points, Radianite, and Kingdom Credits the player has. |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intenzclient-0.1.2.tar.gz
(20.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file intenzclient-0.1.2.tar.gz.
File metadata
- Download URL: intenzclient-0.1.2.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4532dec382aacab7813a9a4ec60575a9f6dcb0665f3815150d7c84025d0ed6c
|
|
| MD5 |
5609b74cde3171306b8f8d570528b611
|
|
| BLAKE2b-256 |
c645a144a671c7ded73a9a72894fd4fc61d552baa6f31c6ac8bcedf1929d9803
|
File details
Details for the file intenzclient-0.1.2-py3-none-any.whl.
File metadata
- Download URL: intenzclient-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f87bb55e361f00f5f989d4da77a4e42d67f2cb86c41e307b77177bb6ed840fca
|
|
| MD5 |
9c9db4806c2a603ebc3df725607f4012
|
|
| BLAKE2b-256 |
efba543196823878f6aada838c9ded6124283a64fab870fa6910c71cce453b98
|