No project description provided
Project description
PyValo
Unofficial Valorant API for Python
https://pypi.org/project/pyvaloapi/1.1.4/
Install PyValo API Via PIP package manager
pip install pyvaloapi
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.1.4.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for pyvaloapi-1.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d97a5489fd18e1b22ac67ecc60d62c140b4b5aec6d3846f7ff4693db3f417bfc |
|
MD5 | ecf0cadc42b871dc591543a8a9c5a2a0 |
|
BLAKE2b-256 | 5a3743eb636d2002047afc47917723dd9ff2faf424bbd0dac8a8e3e2a9c84fc1 |