/zoom-chat-publisher

Announce new chat messages during a Zoom call.

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

Zoom Chat Publisher

What is this?

Monitors Zoom chat messages in the macOS Zoom client, and makes a simple HTTP calls for each message detected.

How do I run it?

Build and run:

swift run -c release zoom-chat-publisher --destination-url (url to destination endpoint)

Build then run:

make
.build/release/zoom-chat-publisher --destination-url (url to destination endpoint)