A lightweight, automated tool for League of Legends and Teamfight Tactics that instantly accepts queue ready checks. It runs silently in the system tray and integrates with Discord for remote notifications.
- Auto-Accept Queues: Instantly accepts the "Ready Check" popup.
- System Tray Integration: Runs silently in the background; minimize to tray to keep your taskbar clean.
- Discord Notifications: Get a ping on your phone (via Discord Webhook) when your queue pops!
- Game Mode Detection: Smartly identifies if it's Ranked, ARAM, or TFT.
- Queue Filtering: Configure exactly which game modes to accept (e.g., only "TFT Ranked").
- Zero-Interference: Uses the LCU API directly—no screen scraping or mouse hijacking.
- Go to the Releases page.
- Download the latest
TFTAutoAccept.zip. - Extract the folder anywhere on your PC.
- Run
TFTAutoAccept.exe.
If you are a developer, you can run it directly with Python.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
On the first run, a setup wizard will appear in a console window.
- Discord Webhook (Optional): Paste a webhook URL to receive notifications.
- Discord User ID (Optional): Enter your ID (e.g.,
123456789) to get@mentionedwhen the queue pops. - Allowed Queues: Select which modes to auto-accept (or leave blank for all).
- Right-click the system tray icon and select Exit to close the app.
- Run the app with the
--updateflag to restart the wizard:(Or simply delete theTFTAutoAccept.exe --update
config.jsonfile and restart the app).
- Launch
TFTAutoAccept.exe. - The application will minimize to the system tray (look for the Thresh icon).
- Right-click the tray icon to:
- Pause/Resume: Temporarily stop auto-accepting.
- Show/Hide Console: View the activity log and debug info.
- Exit: Close the application.
To build the executable yourself using PyInstaller:
pip install pyinstaller
pyinstaller TFTAutoAccept.specThe output will be in the dist/ folder.
This project is licensed under the MIT License - see the LICENSE file for details.
Note: This project is not 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.