Skip to content

ist-bot-team/zoom-discord-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Discord Webhook

Send Zoom meeting information to Discord via Webhooks

Usage

Docker

This repository has a Docker image available on DockerHub. Use the following docker-compose.yml:

version: '3.8'

services:
  zoom-discord-webhook:
    image: diogotcorreia/zoom-discord-webhook:v1.0.0
    volumes:
      - type: bind
        source: ./data
        target: /app/data
    restart: unless-stopped

You must create a directory data with the file content.json. An example configuration file is in data/content.example.json.

About

Send Zoom meeting information to Discord via Webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published