lcu-connectorpy

An interface for the LoL client API.


Keywords
league-of-legends, api-client
License
MIT
Install
pip install lcu-connectorpy==1.1.0

Documentation

lcu_connectorpy

A Python implementaion of this library.

Download

Via pip:

pip install lcu-connectorpy

Usage

from lcu_connectorpy import Connector

conn = Connector()
conn.start()

print(conn.url, conn.auth, sep='\n')

>>> https://127.0.0.1:18633
>>> ("riot", "H9y4kOYVkmjWu_5mVIg1qQ")

See the docs for more.