Skip to content

Instantly share code, notes, and snippets.

@bwurst
bwurst / bbb-status.py
Created April 24, 2020 05:31
Simple python script to show current usage of big blue button from root@localhost
#!/usr/bin/python3
import sys
import subprocess
import re
import hashlib
import requests
from xml.etree import ElementTree
###