https://github.com/raimannma/valorantapi
Valorant API Wrapper for https://github.com/Henrik-3/unofficial-valorant-api
https://github.com/raimannma/valorantapi
api api-wrapper python valorant
Last synced: 8 months ago
JSON representation
Valorant API Wrapper for https://github.com/Henrik-3/unofficial-valorant-api
- Host: GitHub
- URL: https://github.com/raimannma/valorantapi
- Owner: raimannma
- License: mit
- Created: 2022-04-27T14:41:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T19:59:09.000Z (about 1 year ago)
- Last Synced: 2025-10-12T08:08:39.224Z (8 months ago)
- Topics: api, api-wrapper, python, valorant
- Language: Python
- Homepage: https://raimannma.github.io/ValorantAPI/
- Size: 17.9 MB
- Stars: 55
- Watchers: 1
- Forks: 4
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# valo_api
[](https://github.com/raimannma/ValorantAPI/actions?query=workflow%3Abuild)
[](https://pypi.org/project/valo_api/)
[](https://github.com/raimannma/ValorantAPI/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[](https://github.com/psf/black)
[](https://github.com/PyCQA/bandit)
[](https://github.com/raimannma/ValorantAPI/blob/master/.pre-commit-config.yaml)
[](https://github.com/raimannma/ValorantAPI/releases)
[](https://github.com/raimannma/ValorantAPI/blob/master/LICENSE)
[](https://www.codacy.com/gh/raimannma/ValorantAPI/dashboard?utm_source=github.com&utm_medium=referral&utm_content=raimannma/ValorantAPI&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/raimannma/ValorantAPI/dashboard?utm_source=github.com&utm_medium=referral&utm_content=raimannma/ValorantAPI&utm_campaign=Badge_Coverage)
[](https://pepy.tech/project/valo-api)
Valorant API Wrapper for https://github.com/Henrik-3/unofficial-valorant-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.