1337w0rm / YeetMeet

YEET MEET is a telegram bot which can be deployed to a server, heroku or on your local machine. It can attend your Google Meet and Zoom classes for you. You can also schedule meetings and it will automatically join at the given time.
169 stars 104 forks source link

Zoom cookies expire after a day #9

Closed 1337w0rm closed 3 years ago

1337w0rm commented 4 years ago

Zoom cookies stored in pkl files get expired after 24 hours and the user have to relogin again to use it.

If anybody could figure out a workaround for this, such that the cookies gets refreshed automatically and the user don't have to relogin again after 24 hours

Invy55 commented 4 years ago

Is it possible to test zoom without a school account, because I would like to help

1337w0rm commented 4 years ago

Is it possible to test zoom without a school account, because I would like to help

You just need a google account to attend zoom meeting. Although it's quite buggy right now.

Aniketk561 commented 4 years ago

implementing google login in heroku is quite difficult right now...cookie method won't work as now it expires for less than 5 hours...24 hour was history...the only way to make this for general use is using some kind of anti captcha service in the bot inorder to bypass the captcha..there are many such chrome extensions and services that can be implemented...this could potentially make it lot more straightforward and solve all the problems

vanshsantoshi commented 3 years ago

I fixed it

You're supposed to go to zoom.us , scroll down to bottom, find "Cookie Preference", click it, slide it to "Advertising Cookies" ( It'll show on right side that the setting will let you save your login) click submit and then click close. After that head to zoom.us/signin page, log in through email only (I used my protonmail ID) and it'll log in.

And, after that, never ever head to zoom.us/signin, or else your cookie will be cleared.

Login after changing these settings, is persistent. Already tested it.