papameet/papameet ↗
Created Feb 2, 2022 · View the papameet/papameet repository page
A browser extension to let you chill in boring google meets! Get it here https://addons.mozilla.org/mk/firefox/addon/papameet/
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
4
Lines of Code
282
From
Aug 26, 2020
To
Sep 28, 2021
About papameet/papameet
PapaMeet is a browser extension designed to make attending Google Meet video calls less tedious by automating repetitive tasks. The extension allows users to automatically join and leave meetings at specified times, eliminating the need to manually log in for every session. It also includes a notification system that alerts users when specific keywords (customizable, with "attendance" as the default) are mentioned during a call, helping them stay informed without actively watching the entire meeting.
The project is built with JavaScript and distributed through the Firefox Add-ons marketplace. Development setup is straightforward, requiring Node.js and npm to build the extension from source. The build process generates distributable code in a `dist` directory that can be loaded into a browser for testing or packaged for release using the web-ext tool. This makes it accessible both for end users and developers who want to customize or contribute to the project.