Skip to main content

This is a wrapper for the Valorant API, source: https://github.com/henrikdev/valorant-api

Project description

Downloads

LanoValoPy (Lanore Valorant Python)

LanoValoPy is a python-based wrapper for the following Valorant Rest API:

https://github.com/Henrik-3/unofficial-valorant-api

This API is free and freely accessible for everyone. An API key is optional but not mandatory. This project is NOT being worked on regularly.

This is the first version. There could be some bugs, unexpected exceptions or similar. Please report bugs on our discord.

API key

You can request an API key on Henrik's discord server
It is NOT required to use an API key though!

Summary

  1. Introduction
  2. Download
  3. Documentation
  4. Support

Introduction

Some requests may take longer.

Get Account and mmr informations

import asyncio
from lano_valo_py import LanoValoPy
from lano_valo_py.valo_types.valo_enums import MMRVersions, Regions

async def main():
    # Initialize the API client with your token
    api_client = LanoValoPy(token="YOUR_TOKEN_HERE")

    # Example: Get Account Information
    account_options = AccountFetchOptionsModel(name="LANORE", tag="evil")
    account_response = await api_client.get_account(account_options)
    print(account_response)

    # Example: Get MMR
    mmr_options = GetMMRFetchOptionsModel(
        version=MMRVersions.v2,
        region=Regions.eu,
        name="Lanore",
        tag="evil",
    )
    mmr_response = await api_client.get_mmr(mmr_options)
    print(mmr_response)


if __name__ == "__main__":
    asyncio.run(main())

Download

pip install lanovalopy@latest

Documentation

The detailed documentations are still in progress.

Support

For support visit my discord server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lanovalopy-0.8.0.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

lanovalopy-0.8.0-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file lanovalopy-0.8.0.tar.gz.

File metadata

  • Download URL: lanovalopy-0.8.0.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure

File hashes

Hashes for lanovalopy-0.8.0.tar.gz
Algorithm Hash digest
SHA256 c551005871077bce030e49e075ce353e7c55cb19405fc6932962e9546e9a4e74
MD5 8d155ef0a54bcc1d6104a094e30c09f5
BLAKE2b-256 b5cd82a323ee5fed9056c014dec124fd1c84ef024444e50b78febb63ea229547

See more details on using hashes here.

File details

Details for the file lanovalopy-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: lanovalopy-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 37.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure

File hashes

Hashes for lanovalopy-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 348ecf0fe2977646e20952af42a386d7b3e0ba66a3675007e4b5e2239df41f1d
MD5 c057646905c9cf5b9fd252356ee4b3ff
BLAKE2b-256 35b78003e6a84f65d64a87ea346f6532500f19f2b31fcff6184099a967886de2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page