Skip to content

A bot built using Selenium WebDriver and Node.js that joins a Google Meet meeting for you, records the meeting, and saves it to your device.

Notifications You must be signed in to change notification settings

harshsrivastava05/spawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Meet Bot

A bot built using Selenium WebDriver and Node.js that automatically joins a Google Meet meeting, records the session, and saves it to your device.

Features

  • Automatically joins a Google Meet meeting.
  • Records the meeting.
  • Saves the recorded session to your device.

Prerequisites

Ensure you have the following installed on your system:

Installation

  1. Clone the repository:
    git clone https://github.com/harshsrivastava05/spawner.git
    cd spawner
  2. Install dependencies:
    npm install
  3. Configure environment variables:
    • Add the following details:
      MEETING_LINK=https://meet.google.com/your-meeting-code

Usage

  1. Run the bot:
    node index.js
  2. The bot will open Google Meet, join the meeting, and start recording.
  3. The recorded session will be saved in the specified output folder.

Notes

  • Ensure your Google account allows less secure app logins or set up OAuth authentication.
  • The bot requires Chrome and Chromedriver to be installed and properly configured.
  • Consider using a headless screen recorder like ffmpeg or OBS for recording.

Contributing

Feel free to fork the project and submit pull requests.

License

This project is licensed under the MIT License.

About

A bot built using Selenium WebDriver and Node.js that joins a Google Meet meeting for you, records the meeting, and saves it to your device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published