Skip to content

jasonprado/zoom-conflict-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conflictdetector for Zoom and Slack

When sharing Zoom accounts, sometimes people will accidentally book overlapping meetings. This script will find and report them to a Slack-style webhook.

Setup

Run once without OpenFAAS

Run automatically in OpenFAAS and Kubernetes

Assuming you have faas-cli and kubectl configured and working.

  • faas-cli secret create conflictdetector-keys --from-file=.env
  • faas-cli deploy -f stack.yml
  • If cron-connector is installed, the function will execute hourly.

Build your own image

  • export DOCKER_USER=<your docker.io username>
  • faas-cli publish -f stack.yml --platforms linux/arm/v7,linux/amd64
  • faas-cli deploy -f stack.yml

About

When sharing Zoom accounts, sometimes people will accidentally book overlapping meetings. This script will find and report them to a Slack-style webhook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published