Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blank-09/google-meet-automation
An automation software to join Google Meet meetings. The software uses the csv file to get the schedule of the meetings and joins the meeting at the scheduled time.
https://github.com/blank-09/google-meet-automation
automation google-meet puppeteer
Last synced: 10 days ago
JSON representation
An automation software to join Google Meet meetings. The software uses the csv file to get the schedule of the meetings and joins the meeting at the scheduled time.
- Host: GitHub
- URL: https://github.com/blank-09/google-meet-automation
- Owner: Blank-09
- Created: 2024-05-09T08:53:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:36:50.000Z (6 months ago)
- Last Synced: 2024-10-17T22:28:52.056Z (29 days ago)
- Topics: automation, google-meet, puppeteer
- Language: TypeScript
- Homepage: https://github.com/Blank-09/google-meet-automation
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Google Meet Automation
An automation software to join Google Meet meetings. The software uses the csv file to get the schedule of the meetings and joins the meeting at the scheduled time.
## ⚙️ Setup
- Clone the repository
- Install the required dependencies
```bash
pnpm install
```
- Change the [schedule.csv](data/schedule/schedule.csv) file to your schedule
- Change the [meet_links.json](data/meet_links.json) file to your meet links
- Make sure every schedule is mapped to a meet link in the [meet_links.json](data/meet_links.json) file
- Rename `sample.env` to `.env` and fill the required fields### 🚀 Run Command
```bash
pnpm start
```### 🛠️ Development Command
```bash
pnpm dev
```### 📸 Screenshot
![alt text](./assets/image.png)