[Tool Release] Auto Record OPGG

05/25/2021 06:45 JustSleepy#1
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
Code:
python -m pip install requests
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
Code:
cd C:\Users\Poodyr\Desktop\lolrecorder
python main.py
You can also then save a batch file to desktop that will auto run the commands with the following
Code:
cd C:\Users\Poodyr\Desktop\lolrecorder

python main.py
(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.
07/13/2021 11:25 stopsuckingmydcksohard#2
ModuleNotFoundError: No module named 'requests'
07/22/2021 15:53 FaceTehWind#3
Quote:
Originally Posted by stopsuckingmydcksohard View Post
ModuleNotFoundError: No module named 'requests'
You gotta pip install the module using "pip install requests" if your on windows

else check out this: [Only registered and activated users can see links. Click Here To Register...]