Automatically checks if new patch notes are up and then opens them.
Can be put into autostart to check new patch notes every bootup.
Win+R-> Type: "shell:startup" -> Move thestart_lolnewsopener.batinto the Windows-Autostart-Directory
Open the bat-file and change the directory to the LolNewsOpener.py in your autostart
- Download the Repository
- Start the
setup.batto install all pip installrequirements.txtfor the use of this script - If you haven't installed python3 yet, do so as it needs to run a python script
- Remotely start the batch or move it into autostart as mentioned above
- Enjoy!
- Read any exceptions by adding 'pause' as last statement in the
start_lolnewsopener.bat- Edit the
start.batto look like this to read any exceptions that had been thrown:
- Edit the
@echo off
cd [PROGRAMS DIRECTORY e.g. C:/PythonPrograms/AutomaticLolPatchNotes]
python.exe LolNewsOpener.py
pause