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.5.1.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

lanovalopy-0.5.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lanovalopy-0.5.1.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.0 Windows/10

File hashes

Hashes for lanovalopy-0.5.1.tar.gz
Algorithm Hash digest
SHA256 10a659b451874e10355ad3a31c280b1e092837dedbb6cba3942dfca7c12344d4
MD5 b1b22ff02f53caf55114658fc521b032
BLAKE2b-256 16fa8fb7a40e986c59187767f6fd86650f10a3634cba7b1393d1e584b0109f80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lanovalopy-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.0 Windows/10

File hashes

Hashes for lanovalopy-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e7886546c48809b85962697eccd9962259355985b6797ee8b25fec9f7b38b53
MD5 e56e2d31e66de20fa798d5e04d57d022
BLAKE2b-256 e6c0855aaf6b2cb5e384dd853b0ed2e7042b4ccddd06d7be24da76f7652a082d

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