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.
- Automatically joins a Google Meet meeting.
- Records the meeting.
- Saves the recorded session to your device.
Ensure you have the following installed on your system:
- Node.js (Latest LTS recommended)
- Google Chrome
- Chromedriver (Ensure it matches your Chrome version)
- Clone the repository:
git clone https://github.com/harshsrivastava05/spawner.git cd spawner - Install dependencies:
npm install
- Configure environment variables:
- Add the following details:
MEETING_LINK=https://meet.google.com/your-meeting-code
- Add the following details:
- Run the bot:
node index.js
- The bot will open Google Meet, join the meeting, and start recording.
- The recorded session will be saved in the specified output folder.
- 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
ffmpegorOBSfor recording.
Feel free to fork the project and submit pull requests.
This project is licensed under the MIT License.