When sharing Zoom accounts, sometimes people will accidentally book overlapping meetings. This script will find and report them to a Slack-style webhook.
- Get your Zoom API key and secret
- Create an incoming webhook in Slack
- Copy
.env.example
to.env
and edit it. python conflictdetector/conflictdetector
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.
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