shaunbharat / GoogleMeetAPI

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

Typescript experiment #2

Open ahmad-reza619 opened 8 months ago

ahmad-reza619 commented 8 months ago

I've added typescript support for now. but i have no idea how to test if it still works or not

shaunbharat commented 8 months ago

Thanks! I'll see if I can get time to test it but I don't know at the moment. Anyway, there aren't formal tests for this library right now, but I think by running the example script after importing the local TypeScript files, we can see if things work.

I am almost certain that something is broken though because it's been 2 years, and Google's UI has almost definitely changed.

ahmad-reza619 commented 8 months ago

I tried just that and yeah we got issues when logging in the account. i'll try to fix the issue for now.

I also added an env so that anyone can just fill in their google credentials for testing without getting it accidentally committed, it would be bad if your credential can be read from git history 😅