Note
This bot now supports macOS only.
- This is a python bot that uses the local League Client API to start games and plays them with a simple but effective game loop
- No pixel botting and/or image recognition makes it easy to run on any setup
- New GUI with v2.0.0+
- Start League and Login
- Start a Bot Game
- Buy items and somewhat intelligently push mid until the game is over
- End game, earn experience, collect rewards
- Loop 🥡🧋
To get started:
- Clone the repo or download the latest release
- Ensure Python 3.10+ is installed
- Run the one-step launcher script:
- In Terminal:
bash scripts/setup_and_run.sh
- Or from Finder:
- double-click
scripts/setup_and_run.command
- double-click
- In Terminal:
The launcher script will automatically:
- create a local virtual environment in
.venv(if missing) - upgrade pip
- install/update dependencies from
requirements.txt - launch the bot
This bot uses keyboard/mouse automation and requires macOS privacy permissions. Grant permissions to the app used to launch the bot:
- Open System Settings → Privacy & Security → Accessibility
- Add and enable:
- Terminal (if launching via
.shor.command)
- Terminal (if launching via
For local development and reliable test imports, use an editable install:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .
pytest -qLeague accounts should have already completed:
- Riot Promise
- Set Username
- Skipped Tutorials
NOTE: The bot will automatically change your league settings/configuration and the game window (not the client) should open as a 1024x768 window
Another LoL Bot 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.
This software works with other programs/services (League of Legends) so you take full responsibility for breaking their Terms of Service and full responsibility for the accounts that you’re using with this bot and agree to use it at your own risk.
