Skip to content

bunnykek/BonkMeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BonkMeet

BonkMeet

Telegram bot to attend Google Meet sessions on behalf of you :D

Features

  • Joins GMeet from Telegram.
  • Sends notification when the chatbox is being spammed (>15 messages/min)
  • Automatically leaves the meet when the meet strength becomes less than the assigned threshold strength.
  • Shows the current status(screenshot) of the ongoing meet.
  • Send the message to the chatbox directly from telegram.

How to use?

You will need these 3 tokens:

  1. Bot Token from BotFather
  2. Owner's telegram user ID from userinfobot
  3. Go to meet.google.com and export the cookie using Cookies for puppeteer chrome extension

For VPS/RDP users:

First install node.js and set these 4 environment variables:

bot_token="XXXXXXX:AAAAAAAAAAAAAAAAAAAAAAAa"  //bot token from botfather
cookie =                                      //exported cookie
user_id =                                     //Get your userID from https://telegram.me/userinfobot
threshold = 10                                //Auto leaves the meet when the meet strength becomes less than threshold

then clone this repo and move into its directory.
npm install
node main.js

Heroku Deploy

Deploy
Make sure to go to the deployed application's Resources tab and disable the web and enable the worker.

Watch the video tutorial : https://www.youtube.com/watch?v=3C8BoCTkJQ0

Bot commands:

/join {gmeet_link}
/message {test message} (sends message to chatbox)
/status (shows the ongoing meet current status)
/leave (leaves the current gmeet session)
/help