Skip to content

Golang bot that records your meeting sessions (Google Meet, Zoom, Teams)

Notifications You must be signed in to change notification settings

dunkbing/meeting-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is an application that automatically joins Google Meet, Microsoft Teams, and Zoom. And records audio/video that can be saved to a local file or streamed to other services.

Architecture

Following libraries used for the project:

  • Rod a dev-tools driver for web automation and scraping (written in Golang). We use it to find buttons, and text-boxes on a browser page to enter the necessary information for the meeting.
  • PulseAudio server for audio playback.
  • Xvfb for faked screen display. We use it to open chrome inside a container.
  • GStreamer and go-gst for recording audio from pulseaudio source.

Features

  • Supports Zoom
  • Supports Google Meet
  • Supports Microsoft Teams
  • Write audio to file /data/file.mp3 or /data/file.mp4
  • Supports streaming audio.
  • Auto-stop if no one is in the meeting for 5 minutes
  • Auto-stop if the meeting is ended

Building

make docker-gstreamer
make docker-prod

Running

docker run --rm --name meeting-bot -e CONFIG_BODY="$(cat config.yaml)" -v ~/meeting-bot/recordings:/data dunkbing/meeting-bot

About

Golang bot that records your meeting sessions (Google Meet, Zoom, Teams)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published