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.
168 stars 103 forks source link

Unable to login from my local machine #6

Closed vinayaga-pillai closed 3 years ago

vinayaga-pillai commented 4 years ago

I have tried multiple step to login from my local machine

can you help me around this please

vinayaga-pillai commented 4 years ago

i was able to run it locally by adding chromedriver.exe to my root folder and changing the code browser = webdriver.Chrome('./chromedriver.exe', options=options) after login i exited chrome and removed the new added line and pushed to the heroku master. still it asks for verification and this time it asks for a captcha, is there any ways to keep them logged in?,like by saving the cookies when we login locally and applying the cookies on the server

photo_2020-09-22_12-14-30

1337w0rm commented 4 years ago

i was able to run it locally by adding chromedriver.exe to my root folder and changing the code browser = webdriver.Chrome('./chromedriver.exe', options=options) after login i exited chrome and removed the new added line and pushed to the heroku master. still it asks for verification and this time it asks for a captcha, is there any ways to keep them logged in?,like by saving the cookies when we login locally and applying the cookies on the server

photo_2020-09-22_12-14-30

I use it like that only. Save the cookie by logging in through my local machine then pushed to heroku. Works fine for me.

Idk if this is a Windows issue or not. I've only tested the code on my Linux machine.

Don't you have .pkl files saved on your local machine after logging in ?

vinayaga-pillai commented 4 years ago

alright i will try using a vm

vinayaga-pillai commented 3 years ago

nvm i was just a idiot lol