This repository solution to the problem of taking attendance in Zoom. It is a simple Python script that uses the Zoom API to get the list of participants in a meeting and then writes the list to a Google Sheet.
- Clone this repository
> git clone https://github.com/jaywyawhare/Zoom-Attendance.git
- Install the requirements
> pip3 install -r requirements.txt
-
Add environment variables
a. Create a file called
.env
in the root directory of the projectb. Get your google service account credentials and add them to the root directory of the project. Name the file
credentials.json
c. Add the following environment variables t the file
ZOOM_API_KEY=YOUR_ZOOM_API_KEY ZOOM_API_SECRET=YOUR_ZOOM_API_SECRET
-
Run the script
a. First run the script in gsheet folder
> python3 gsheet/main.py
b. Then run the main.py script
> python3 main.py