/lcu_connectorpy

LoL Client API Interface

Primary LanguagePythonMIT LicenseMIT

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.