A Python Bot to Join my Zoom Class

 A python code to join my Zoom class. I made a bot that looks up my daily schedule in Google Calendar. It gets data from it and checks each of the event. From each event, it checks for the teacher who's taking the class, the time when the class starts, the meeting ID for the class and the password for each class. 


Next, when it's time for the class, the bot goes to the Zoom website and joins a meeting. It opens the Desktop Client to join the meeting. 

Then the bot enters the Meeting ID in the desktop Client and enters the password to enter the meeting.


For the bot, I used Selenium web driver to access web and get data. It also uses PyAutoGUI to use the keyboard and mouse to enter meeting ID and password. 

You can check the code below:


Comments