Skip to content

Instantly share code, notes, and snippets.

View JonLech's full-sized avatar

Jon Lech Johansen JonLech

View GitHub Profile
@JonLech
JonLech / dahua-speaker.py
Created March 8, 2024 03:55
Dahua VCS-SH30 speaker tool
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2024 Jon Lech Johansen <jon@nanocrew.net>
import mimetypes
import requests
import argparse
import json
import sys
import os
from getpass import getpass