G

Google Meet Automation Bot

A Google Meet Automation Bot that can join Google Meetings on its own when there is a meeting link either manually or from the timetable or from mail.

122
G

Google Meet Automation Bot

A Google Meet Automation Bot that can join Google Meetings on its own when there is a meeting link either manually or from the timetable or from mail.

The problem Google Meet Automation Bot solves

Problem Solved by the Google Meet Bot

The bot automates the process of joining Google Meet meetings, saving users time and effort, as the bot can enter all the credentials quickly and join the meet within a minute.
Also the user is not supposed to be available the whole time as the bot will automatically join the meet on the scheduled time.
If the meeting link is not available, then it will fetch the meeting link from gmail.

Challenges I ran into

Certainly, here's the information you provided in Markdown format:

Challenges Faced in Creating a Google Meet Bot

  1. Page Loading and Element Wait:

    • Challenge: The browser takes time to load, and initially, it would not wait for elements to load. So it would give an error, so had to add waiting time as timeout.
  2. Error Handling and Chromium Stability:

    • Challenge: Had to do error handling so that Chromium does not close on its own.
  3. Dynamic Classnames:

    • Challenge: Google keeps changing its classname, which would make me keep changing the classname.

Discussion