All Projects → sousa-andre → lcu-driver

sousa-andre / lcu-driver

Licence: MIT license
🐍 Python3 interface for League of Legends Client API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to lcu-driver

runeterra
Legends of Runeterra deck code encoder/decoder in JavaScript
Stars: ✭ 45 (-36.62%)
Mutual labels:  league-of-legends, riot-games
lol-php-api
📦 League of Legends PHP API
Stars: ✭ 29 (-59.15%)
Mutual labels:  league-of-legends, riot-games
MindCorpViewer
League Of Legends Model Viewer
Stars: ✭ 19 (-73.24%)
Mutual labels:  league-of-legends, riot-games
LeagueAPI
League of Legends API & Data Framework in Swift
Stars: ✭ 50 (-29.58%)
Mutual labels:  league-of-legends, riot-games
Mecha
🚀 Debugger and plugin loader for the League of Legends client
Stars: ✭ 48 (-32.39%)
Mutual labels:  league-of-legends, lcu-api
Riot-Games-API-Developer-Assets
Riot Games API Developer Assets!
Stars: ✭ 23 (-67.61%)
Mutual labels:  league-of-legends, riot-games
KBotExt
Application that sends custom requests to League of Legends LCU api
Stars: ✭ 86 (+21.13%)
Mutual labels:  league-of-legends, lcu-api
league-toolkit
⚙️ A set of additional options for the updated League of Legends client.
Stars: ✭ 20 (-71.83%)
Mutual labels:  league-of-legends
lol-client-java-api
Simple library which provides access to internal League of Legends Client API.
Stars: ✭ 51 (-28.17%)
Mutual labels:  league-of-legends
league-connect
🔌 Promise-based NodeJS interface to the League of Legends Client APIs
Stars: ✭ 92 (+29.58%)
Mutual labels:  league-of-legends
legendary-rune-maker
An automation app for League of Legends
Stars: ✭ 75 (+5.63%)
Mutual labels:  league-of-legends
Pyot
AsyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design.
Stars: ✭ 56 (-21.13%)
Mutual labels:  league-of-legends
LOL2D-ver1
League Of Legends in 2D - Web Game
Stars: ✭ 27 (-61.97%)
Mutual labels:  league-of-legends
OddAutoWalker
League of Legends External Orb Walker
Stars: ✭ 56 (-21.13%)
Mutual labels:  league-of-legends
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (-71.83%)
Mutual labels:  league-of-legends
LoL-TFT-Champion-Masking
League Of Legends - Teamfight Tactics Champion Masking
Stars: ✭ 23 (-67.61%)
Mutual labels:  league-of-legends
Camille
C# Riot API Library. Thread safe, automatic retries, autogenerated nightly releases.
Stars: ✭ 82 (+15.49%)
Mutual labels:  league-of-legends
LoL-Match-Prediction
Win probability predictions for League of Legends matches using neural networks
Stars: ✭ 34 (-52.11%)
Mutual labels:  league-of-legends
lol-replay
A collection of Go (golang) packages to record and play back League of Legends games from the spectator endpoint.
Stars: ✭ 61 (-14.08%)
Mutual labels:  league-of-legends
onetricks.net
(WIP) kayn-powered (typescript node.js) ReasonReact app presenting you a dashboard of high ELO one trick ponies in League of Legends
Stars: ✭ 13 (-81.69%)
Mutual labels:  league-of-legends

lcu-driver

lcu-driver is a library made to communicate with League of Legends Client API in a easy way. It provides an API capable of handling LCU connection status and websockets events for you and prepare HTTP requests to be used directly with endpoints. Inspired in lcu-connector. It has been tested on Windows, Linux and MacOS.

If you don't feel like using lcu-driver or it doesn't suit your needs, I recommend trying Willump. Willump is an amazing and simple alternative to this library.

PyPi last-commit license

If you have any questions about how LCU API works or you're having problems with lcu-driver join Riot API Dev Community Discord server or send a private message to André#5360

Download

  • $ pip install lcu-driver

Problems

When running an application built using lcu-driver, some users will come across the AccessDenied error. To fix this error you should install psutil in a version earlier than 5.7.0.

Running the command below should solve the problem.

  • $ pip install -U psutil==5.6.5

Documentation

You can find lcu-driver documentation here

Endorsement

lcu-driver isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].