PoroLobby creates 5v5 Practice Tool with bots in League of Legends. This tool accesses League Client API.
Video guide (deprecated):
PoroLobby.zip
file from Releases section.PoroLobby
folderconfig.json
porolobby.exe
- the lobby will be created and filled with medium bots or the ones from configThe 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
pip install pipenv
)git clone https://github.com/LeagueOfPoro/PoroLobby.git
cd PoroLobby
pipenv install
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.