Inspiration

Automating a daily task is a bit tricky. Due to lockdown and current scenarios students are attending classes from the online platform. Just for fun, I was thinking to build something that will automatically attend zoom classes. I hope this might help someone!

What it does

This script will automatically attend Zoom Classes. The basic features are

  • It accepts the Meeting ID and Meeting Password from the Console.
  • Opens the Zoom Class keeping the Camera/Audio off.

How we built it

I have implemented this script in python. I used open-cv for detecting the buttons and used pyautogui for controlling the mouse and keyboard.

Challenges we ran into

firstly I wasn't familiar with pyautogui So I learned many concepts regarding that. The main challenge was to detect the buttons and press them on time, So I used OpenCV to detect the buttons, then pyautogui pressed them.

Accomplishments that we're proud of

Perfectly executing and auto attending zoom meeting script.

What we learned

I learned pyautogui, I also learnt to not give up.

What's next for Auto attend zoom meeting

This script works in the Linux operating system, I have not tried that on another os. so I am looking forward to building a complete application that can run on any platform.

Built With

Share this project:

Updates