Build status Python Version Dependencies Status
Code style: black Security: bandit Pre-commit Semantic Versions License Codacy Badge Codacy Badge Downloads
Valorant API Wrapper for https://github.com/Henrik-3/unofficial-valorant-api
pip install valo-api
If you want to use the async functions, you need to install the aiohttp package.
pip install valo-api[async]
The documentation is hosted here: https://raimannma.github.io/ValorantAPI/
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.