Python client for Valorant internal APIs
Project description
intenzclient - VALORANT CLIENT
Valorant API Wrapper with extra Apis created by intenzdev
Installation
pip install intenzclient
Example
from intenzclient import Client
client = Client(region="eu")
client.activate()
print(str(client.is_lobby()))
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. queue_id = queue name |
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. |
Notes
upgrade of valclient by colin: github.com/colinhartigan/valclient.py/blob/master/src/valclient/client.py
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.3.tar.gz
(20.2 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.3.tar.gz.
File metadata
- Download URL: intenzclient-0.1.3.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
590d275784e8b7f2698374f9c15f6fbf640f5340e7acb6cc84f23c9ea829c9b3
|
|
| MD5 |
fce6d4b28b2215e69894bf6ab729801c
|
|
| BLAKE2b-256 |
fba9f881d81d5fd438d60655f4bfa531f3928bf06024ccf03ecc2c210d8abb65
|
File details
Details for the file intenzclient-0.1.3-py3-none-any.whl.
File metadata
- Download URL: intenzclient-0.1.3-py3-none-any.whl
- Upload date:
- Size: 20.9 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 |
75cb0f05a0fccc2b7d6d183efca9e88a1aa8308b860244a5251a4eed33309a5b
|
|
| MD5 |
9fa373a3e95cee8686327f0a955664e8
|
|
| BLAKE2b-256 |
04bbd34310723a7089d697ab01b1a493f52ba835807b84516b75723012a44669
|