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.2.0.tar.gz
(20.3 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.2.0.tar.gz.
File metadata
- Download URL: intenzclient-0.2.0.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c4c46cd689051add688deed1f9f743d2182069fa3d40a160dfb6486cd6cecef
|
|
| MD5 |
971cacbd8659a6c239efa229002d69e8
|
|
| BLAKE2b-256 |
a829368108d0989d89490a769ef088f8b738279d03a2c7c43611b1e9a811f21c
|
File details
Details for the file intenzclient-0.2.0-py3-none-any.whl.
File metadata
- Download URL: intenzclient-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.0 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 |
59744fda2fdfc0c6ac4443c464a88fc673e5efa57857d40ced4ab23cce43c5a2
|
|
| MD5 |
a42e7bc409b373348359ad5a0612340f
|
|
| BLAKE2b-256 |
571106f78eadd52665b6552dd0b3a8e8a03b5011d942ac4314a054fc26a3e6d7
|