Skip to content

raimannma/ValorantAPIOfficial

Repository files navigation

valo_api_official

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Codacy Badge Codacy Badge Downloads

Valorant API Wrapper

Installation

pip install valo-api-official

Documentation

Hosted

The documentation is hosted here: https://raimannma.github.io/ValorantAPIOfficial/

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.