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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: lanovalopy-0.5.0.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.0.tar.gz
Algorithm Hash digest
SHA256 a0616022bbfa53b19db660f3950cd989ced4e4206352b779c68a24169205700b
MD5 ae4c3106639e11529b6555ebecb12cb3
BLAKE2b-256 5ac2ed70cf087e98add64255efc8e08ed090d72cdaaaece2af00346f818d8454

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lanovalopy-0.5.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9054fb243c25ab35e5d375c41f701b251d15f3e9733d642feac4250f557c8fec
MD5 6956a83b85bd35885d26fce93c076960
BLAKE2b-256 c62d5b8d7df722b8df29aaa57862cdc262389c1168633612fd10b5f8dba752e5

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