Skip to content

Using JavaScript and NodeJS (Puppeteer module), this script automates signing in to Google in extra stealth, navigates to Google Meet, turns off camera and microphone before joining the meeting, greets everyone in chat and turns on captions on behalf of the user.

License

Notifications You must be signed in to change notification settings

Ritika-Das/Google-Meet-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Meet-Bot

Using JavaScript and NodeJS (Puppeteer module), this script automates signing in to Google in extra stealth, navigates to Google Meet wih disabled notifications, turns off camera and microphone before joining the meeting, greets everyone in chat and turns on captions on behalf of the user.

How to use

  • NodeJS can be downloaded from here. It automatically installs npm (node package manager) with it.
  • Check NodeJS and npm versions using node -v and npm -v.
  • Download a copy of the project using ZIP and extract it, or HTTPS clone the repository using Git (download here) using command git clone https://github.com/Ritika-Das/Google-Meet-Bot.git.
  • Switch to your project directory (Meet-Bot) in Terminal and initialise it with npm using npm init and hitting Enter to agree with the particulars for package.json.
  • Install Puppeteer using npm i puppeteer, which automatically downloads Chromium with it.
  • Use npm i to install all the required dependencies listed in package.json to be used in our project.
  • Use command node app.js in Terminal to see the bot in action in Chromium!

Troubleshooting if Chromium denies sign-in

Notable Mentions

Huge thanks to @ShivamJoker's YouTube tutorial for the motivation, and unlimited assistance for this project at times when I got stuck with silly obstacles.

About

Using JavaScript and NodeJS (Puppeteer module), this script automates signing in to Google in extra stealth, navigates to Google Meet, turns off camera and microphone before joining the meeting, greets everyone in chat and turns on captions on behalf of the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published