/auto-zoom-meetings

This project is written in response to the Covid-19 crisis and the decisions made by Bilkent University regarding the continuity of education ensured by online classroom meetings from Zoom application. The script will automatically join any meeting with a provided Zoom ID.

Primary LanguagePythonMIT LicenseMIT

Automatic Zoom Meetings

This project is written in response to the Covid-19 crisis and the decisions made by Bilkent University regarding the continuity of education ensured by online classroom meetings from Zoom application.

This project is an open-source project and I grant my permission for people to utilize this software for all non-illegal activities.

Dear Abdullah Atalar, pls don't expell me.

Note: This script is written for the Windows environment and it includes the chrome driver for Win64. For other operating systems, you can modify the code to provide the chrome driver from another specific location.

Preparation

Install the requirements stated in requirements.txt by executing pip install -r requirements.txt from your command line.

If you are using linux add this folder to your path by executing:

$ export PATH=$PATH:$(pwd)

Fill the file called courses.txt with your Zoom IDs and course starting hours. Add new lines as needed. Contents should be as followed:

XXX-XXX-XXXX / 08:30
XXX-XXX-XXXX / 15:30

Execution

Run the main.py. Sit back and relax.
... or sleep in your bed while they take the attendance.