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

. #22

Closed pvnotpv closed 3 years ago

pvnotpv commented 3 years ago

nothing

1337w0rm commented 3 years ago

After running chromium.py go to your telegram bot and send /mlogin to login on meet, keep it running until you get Logged In message from the bot on telegram. Then you can send /meet meeting_url to join meet meetings.

pvnotpv commented 3 years ago

When I send /mlogin to the bot after running python3 chromium.py ,it does nothing

1337w0rm commented 3 years ago

When I send /mlogin to the bot after running python3 chromium.py ,it does nothing

Do you get any error ? Was chromium.py running when you sent /mlogin ? Share your config.py

1337w0rm commented 3 years ago

You haven't set USERID in config.py correctly. See the guide on how to get UserID. It will be 9 digit number.

1337w0rm commented 3 years ago

Read README.md it have all the instructions.