Google Meet - Be on Time
- automatically opens meeting links at start!
- Prerequisite
- install uv
- make sure your system has systemd
- make your to enable Google API
- download
credentials.jsonand save it to the root of this repository
- download
- Initialize and test the script
uv run main.pyThe first time, Google's OAuth flow is triggered. Try again after accepting. Should work just fine.
- Install the service
make installmake uninstall- follow 1. and 2.
- copy the files of
systemdto~/.config/systemd/user/ - replace the working directory by the local path to this repository
systemctl --user daemon-reloadto load user daemonssystemctl --user enable --now $(SERVICE_NAME).timerto enable the service
- run tests
uv run pytest