-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi. You need to install Python on Windows, the download Pipenv. You don't specifically need Git installed if you download the code to your C:. pip install requirements.txtThis pulls all the extra libraries you will need in Python to run the lokbot. Then it's a case of running it. |
Beta Was this translation helpful? Give feedback.
Hi. You need to install Python on Windows, the download Pipenv. You don't specifically need Git installed if you download the code to your C:.
I integrated Python into my CMD and used that. Go to the LOKBOT folder and install pre-reqs for the code.
pip install requirements.txt
This pulls all the extra libraries you will need in Python to run the lokbot. Then it's a case of running it.
python -m Lokbot %youraccesscode%
You need to open League of Kingdoms in a browser, hit F12, start a network trace then logon and get your access_token from the Header in the trace.
It's a bit complicated. If you work in IT then you'll be able to fumble around and get it up and running in 30-60 minutes depen…