Skip to content

Instantly share code, notes, and snippets.

@debuglevel
debuglevel / bbb-broadcast.py
Last active March 19, 2025 11:55 — forked from defnull/bbb-broadcast.py
Admin tool to send chat messags to running BBB meetings
#!/usr/bin/env python3
import sys, json, subprocess, time, argparse
import logging
from typing import List
import urllib.request
import urllib.parse
import hashlib
"""
Admin tool to send chat messages to running BBB meetings.