- Retrieves meeting attendance data from Zoom API and creates a report from it.
- Uploads the report to a Google Drive Spreadsheet.
brew install python git pipenv
git clone https://github.com/BrianRS/zoom_participant_reporting.git
-
Create a file,
meetings.txt
with the list of Zoom meeting IDs you'd like to report on. One meeting ID per line. -
Make sure to have the Zoom API Key and Secret, see here for how to get these.
-
Run:
pipenv shell export PYTHONPATH=. export ZOOM_API_KEY=**Put API key here** export ZOOM_API_SECRET=**Put API secret here** python processor/report_generator.py prod.db raw_data/meetings.txt
See docs/
for detailed examples on debugging meeting data