Skip to content

phaabe/gmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmbot

Google Meet - Be on Time

  • automatically opens meeting links at start!

Setup

  1. Prerequisite
  • install uv
  • make sure your system has systemd
  • make your to enable Google API
    • download credentials.json and save it to the root of this repository
  1. Initialize and test the script
uv run main.py

The first time, Google's OAuth flow is triggered. Try again after accepting. Should work just fine.

  1. Install the service
make install

Uninstall

make uninstall

Add the service manually

  • follow 1. and 2.
  • copy the files of systemd to ~/.config/systemd/user/
  • replace the working directory by the local path to this repository
  • systemctl --user daemon-reload to load user daemons
  • systemctl --user enable --now $(SERVICE_NAME).timer to enable the service

Dev

  • run tests uv run pytest

About

Google Meet - Be On Time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors