Accept queue automatically on League of Legends.

I was inspired by the lucassmonn code
accept-queue-lol-telegram, and I modify it according to my needs.

Installation

/!\You must have python3.6 to run this script/!\ – python download

Install using pip – How to install pip on Windows

python3.6 -m pip install -r requirements.txt

You must modify the access paths, in particular in the file run.cmd and accept.py. They need to be absolute path.

accept.py

line14: button = pyautogui.locateOnScreen('ABSOLUTE_PATH/queue_acceptor/en.png', confidence=0.7)
line15: buttonPt = pyautogui.locateOnScreen('ABSOLUTE_PATH/queue_acceptor/pt.png', confidence=0.7)

run.bat

cd PATH_TO_PYTHON3.6_FOLDER
python.exe PATH_TO_accept.py

Usage

Just run run.cmd and queue up! ?

Demonstration

alt text

GitHub

View Github