This is a small python tool that will automatically send requests for a game to be recorded on OP.GG for the specified summoners every two minutes.
Requirements
1. [Only registered and activated users can see links. Click Here To Register...] (Click to go to downloads page)
2. Requests Library
(AFTER INSTALLING PYTHON)
To install requests lib open CMD as admin and type
How To Run It
1. Extract/Unzip
2. Open CMD as admin
3. cd "wherever you saved the folder\lolrecorder"
4.python main.py
eg
You can also then save a batch file to desktop that will auto run the commands with the following
(Paste it into notepad and save it as a .bat)
Player name and region code must be added in summoners.json file.
Region code is op.gg prefixes (NA/EUW/OCE)
Works for any server that OPGG supports
It's great for VOD reviewing yourself, stalking high elo players to watch and learn, or auto recording if you're getting boosted to watch how they play.
Credits to [Only registered and activated users can see links. Click Here To Register...] on GitHub I downloaded, updated, and added needed files for it to work.
Requirements
1. [Only registered and activated users can see links. Click Here To Register...] (Click to go to downloads page)
2. Requests Library
(AFTER INSTALLING PYTHON)
To install requests lib open CMD as admin and type
Code:
python -m pip install requests
1. Extract/Unzip
2. Open CMD as admin
3. cd "wherever you saved the folder\lolrecorder"
4.python main.py
eg
Code:
cd C:\Users\Poodyr\Desktop\lolrecorder python main.py
Code:
cd C:\Users\Poodyr\Desktop\lolrecorder python main.py
Player name and region code must be added in summoners.json file.
Region code is op.gg prefixes (NA/EUW/OCE)
Works for any server that OPGG supports
It's great for VOD reviewing yourself, stalking high elo players to watch and learn, or auto recording if you're getting boosted to watch how they play.
Credits to [Only registered and activated users can see links. Click Here To Register...] on GitHub I downloaded, updated, and added needed files for it to work.