Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 483 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 483 Bytes

This python script will read your google calendar once per hour and automatically open scheduled zoom meetings when they start.

Setup

  1. Install python
  2. Install dependencies: pip install -r requirements.txt
  3. Enable your google calendar API and get credentials.json by following https://developers.google.com/calendar/quickstart/python

Running

Run autozoom.py. It will run forever, opening zooms when they start. Kill it at any time by closing the console window.