- Download and save script for example on Desktop.
- Install Python (Minimum 3.9) with pip.
- Open console withnin folder containing script.
- Run:
pip install -r requirements.txt
- Copy
.settings.default
to.settings
. - Enter the appropriate data into
.settings
_7ZIP = "D:\\7-Zip\\7z.exe" <- Path to 7zip exe RECORDS_PATH = "H:\\Nagrania" <- Path to your records folder EXTENSION = ".mkv" <- Extension your recorded files have. WEBHOOK = "INSERT WEBHOOK HERE" <- Webhook for discord channel NAME = "INSERT NAME HERE" <- Your name
- Record your lecture.
- Run
main.py
by double clicking or using commandpython main.py
inside cmd. - Open
passwords
inside text editor - Copy password for share link. (You can found it after
LP:
) - Copy the share link and paste it after:
L:
- Run
main.py
again.