PoroLobby creates 5v5 Practice Tool with bots in League of Legends. This tool accesses League Client API.
Video guide (deprecated):
- Download
PoroLobby.zip
file from Releases section. - Extract the archive and go to the extracted
PoroLobby
folder - Start League of Legends and log in
- (Optional) Edit the configuration file
config.json
- Run the
porolobby.exe
- the lobby will be created and filled with medium bots or the ones from config - Start the game and ENJOY!
The configuration is stored in config.json
. You can specify different config file using command line interface. For example: porolobby.exe -c alternativeConfig.json
.
The list of all bot IDs is available in availableBots.json
- Python >= 3.10.0 (it might work with older versions)
- pipenv (
pip install pipenv
)
- Clone this repo -
git clone https://github.com/LeagueOfPoro/PoroLobby.git
- Move to the directory -
cd PoroLobby
- Install the Python virtual environment -
pipenv install
- (Optional) Edit the configuration file
- Run the tool -
pipenv run python ./porolobby.py
pipenv install --dev
pipenv run pyinstaller -F --icon=poro.ico ./main.py
This tool uses the official League Client API, and therfore the use of this tool should not be bannable by Riot Games. That said, League of Poro provides no guarantee whatsoever. Use at your own risk!
This tool is distributed under CC BY-NC-SA 4.0 license.
PoroLobby 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.