Skip to content

Python scripts that use Captura to auto sign in to Zoom and auto record the video.

Notifications You must be signed in to change notification settings

vincent317/Zoom-Auto-Sign-in-Record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom-Auto-Sign-in-Record

A Python project that automatically signs in to a Zoom meeting room and starts recording (so far it doesn't support the waiting room feature).

Software Prerequisites

  • Zoom >= 5.2.1 (make sure you double-check your Zoom version)
  • Python >= 3.6
  • Captura v8.0.0
  • Python libraries:
    • keyboard
    • PyAutoGUI
    • pandas
    • subprocess
    • tkinter

Some Settings

  • After downloading Captura, make sure you install the FFMpeg video package (under the video setting), otherwise the video will lose frame.
  • Change the Captura recording frame to 10, otherwise the video will lose frame.

How should I use it?

  1. Make sure you have started Zoom and signed in.
    Note. Do not start Captura.

  2. Open terminal and do python gui.py.

  3. Entering your class time, meeting ID, class length, and meeting password (if there's one).
    Note. If your meeting has a password, type Fpassword (ex. F123); if not, type Tpassword (ex. T123).
    Note. If your class starts at 2:00, just put (02:00). Do NOT put several minutes early (ex. 01:58).

  4. Click All Set button.

  5. Enjoy your sleep! Your class will be automatically recorded in Captura's default save path.
    Note. Do NOT move your mouse after clicking all set button.

Issues

Send me a PR or email me (dpeng12@terpmail.umd.edu).

About

Python scripts that use Captura to auto sign in to Zoom and auto record the video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages