shaunbharat / GoogleMeetAPI

A Javascript package for interacting with a Google Meet, using Puppeteer.
https://shaunbharat.github.io/GoogleMeetAPI
MIT License
29 stars 9 forks source link

Start Code Issues #3

Open FirasBDarwish opened 2 months ago

FirasBDarwish commented 2 months ago

Hello! I am facing issues with using the starter code. I am able to use it to successfully create a client, log in, and authenticate successfully but, beyond that, I am unable to send messages or respond to participants joining/leaving.

Any assistance on whether this package is still a viable solution in 2024 would be helpful!

shaunbharat commented 2 months ago

Hi! I am sorry to tell you that this package is probably broken right now. It has been a while since I last updated it, and Google Meet's user interface has likely had vast changes since.

I may get around to fixing this someday, but no promises. I welcome contributions from anyone with time on their hands, though!

FirasBDarwish commented 2 months ago

Thank you for the response! Yes, I figured that, because Google Meet doesn't offer an API or SDK that can assist with sending/receiving messages through a bot, most implementations would depend on interpreting the website's front-end configuration and user interface (which will always be changing).

Thank you for the help either way, going through your package was very insightful!

shaunbharat commented 2 months ago

You're welcome! You're right, the package requires frequent updates because of the sudden UI changes. Despite not working, I'm glad this package was still helpful to you!