jnnnnn / autozoom

A little utility for opening scheduled zoom links from google calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A little utility for opening scheduled zoom links from google calendar


Languages

Language:Python 100.0%