pip install valo-api-official
The documentation is hosted here: https://raimannma.github.io/ValorantAPIOfficial/
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.