Predict the probability of winning a game after 10 minutes of playing a match.
These instructions will allow you to run a bot on your locate machine where League of Legends is being played.
- Python 3+
-
download github repository
- can use github link:
https://github.com/Vakhshoori101/League-of-Legends-Predictor.git
- can download as zip file
- Run this snippet of code in the directory containing schedule_cron.py to add the League of Legends Bot:
sudo python3 schedule_cron.py
Will then ask for the user's username for their computer account:
Please enter your computer's username: (username)
The bot is now added.
-
Once a League of Legends match is started, the bot will wait for the ten and fifteen minute marker and create a text file called
output.txt
in the current directory containing the probabilty of winning the match. -
To remove the bot, run this snippet in the directory containing remove_cron.py
sudo python3 remove_cron.py
Will then ask for the user's username for their computer account:
Please enter your computer's username: (username)
The bot is now removed.