79658022

Date: 2025-06-08 16:56:09
Score: 1.5
Natty:
Report link

You may want to check out this open source API for building meeting bots, which includes a zoom meeting bot written purely in Python https://github.com/noah-duncan/attendee

If you look at the source code Attendee is using the Zoom Meeting SDK with these Python bindings to join and record the meeting. The Python bindings will let you create a Zoom bot purely in Python. You could also just use the API directly.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: gokva