ValorantAPI
ValorantAPI copied to clipboard
Valorant API Wrapper for https://github.com/Henrik-3/unofficial-valorant-api
valo_api
Installation
pip install valo-api
If you want to use the async functions, you need to install the aiohttp package.
pip install valo-api[async]
Documentation
Hosted
The documentation is hosted here: https://raimannma.github.io/ValorantAPI/
From Source
After installing the package dependencies pip install -r requirements.txt, you can use the following commands to get the documentation:
cd docs/ && make html
Open the index.html file in the docs/_build/html/ directory.