No project description provided
Project description
PyValo
Unofficial Valorant API for Python
https://pypi.org/project/pyvaloapi/1.2/
Install PyValo API Via PIP package manager
pip install pyvaloapi
What's new!
Ping a specific valorant server via the get_valorant_server_ping(region) method from the UnofficialAPI Class.
Table Of Contents
About The Project
Unofficial Valorant API that interacts with the Riot Client.
Getting Started
Prerequisites
- Requests module required for the Request class.
pip install requests #On Windows
pip3 install requests #On Linux/Mac
Setting Up
- Clone the repo
git clone https://github.com/YASSINE-AA/PyValo
- Start Coding!
Usage
Initialize the client class
from pyvaloapi import ValorantClient
client = ValorantClient()
Initialize the Unofficial API class
unofficial_api = client.unofficial_api()
Example of an instalock bot
DO NOT USE THIS FOR INSTALOCKING
In this example we're locking the agent "Jett".
from pyvaloapi import ValorantClient
client = ValorantClient()
unofficial_api = client.unofficial_api()
while("MatchID" not in unofficial_api.get_current_pregame(unofficial_api.get_current_player_puuid())): pass
unofficial_api.lock_pregame_agent("add6443a-41bd-e414-f6ad-e58d267f4e95")
Happy Coding!
Authors
- Yassine Ahmed Ali - Computer Engineering Student - Yassine Ahmed Ali - Developer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvaloapi-1.2.tar.gz
(16.5 kB
view details)
Built Distribution
pyvaloapi-1.2-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file pyvaloapi-1.2.tar.gz
.
File metadata
- Download URL: pyvaloapi-1.2.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db97b05f9fb49c9dbe3f7bcb2d64fb6c730f9b3d896483ca7a357a5f523d852d |
|
MD5 | cd2f243ea79b565df601b157b9e6b1e8 |
|
BLAKE2b-256 | 161fc86c94b83f8d2377c12b1ae062e9bcb8af62e11b8da2e958ce27f48a591e |
File details
Details for the file pyvaloapi-1.2-py3-none-any.whl
.
File metadata
- Download URL: pyvaloapi-1.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7603b61e5465dbd143b4606bc54f8d686eaf1eb95743147c486d1acfce52609c |
|
MD5 | 18e4c05defbb09fc47aacc20ad53ee0c |
|
BLAKE2b-256 | 138ea166cf448fa5ac5ec396d0112e3a623f3204e4ef5f1cda6bd40b6b836cc0 |