Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qyful/valowrapper
Yet another Python wrapper for HenrikDev's Riot API
https://github.com/qyful/valowrapper
api python python3 valorant valorant-api wrapper wrapper-api
Last synced: 7 days ago
JSON representation
Yet another Python wrapper for HenrikDev's Riot API
- Host: GitHub
- URL: https://github.com/qyful/valowrapper
- Owner: qyful
- License: mit
- Created: 2023-12-28T13:47:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T14:39:42.000Z (about 1 year ago)
- Last Synced: 2025-01-09T03:09:55.046Z (15 days ago)
- Topics: api, python, python3, valorant, valorant-api, wrapper, wrapper-api
- Language: Python
- Homepage: https://oliwiersporny.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
██╗ ██╗ █████╗ ██╗ ██████╗ ██╗ ██╗██████╗ █████╗ ██████╗ ██████╗ ███████╗██████╗
██║ ██║██╔══██╗██║ ██╔═══██╗██║ ██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗
██║ ██║███████║██║ ██║ ██║██║ █╗ ██║██████╔╝███████║██████╔╝██████╔╝█████╗ ██████╔╝
╚██╗ ██╔╝██╔══██║██║ ██║ ██║██║███╗██║██╔══██╗██╔══██║██╔═══╝ ██╔═══╝ ██╔══╝ ██╔══██╗
╚████╔╝ ██║ ██║███████╗╚██████╔╝╚███╔███╔╝██║ ██║██║ ██║██║ ██║ ███████╗██║ ██║
╚═══╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
--------------------------------------------------------------------------------------------Yet another Python wrapper for HenrikDev's
Valorant API[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Installation & Basic Usage
To install the package, you should use the PIP package manager:```
pip install valowrapper
```