Skip to content

Instantly share code, notes, and snippets.

View witoldsz's full-sized avatar

Witold Szczerba witoldsz

View GitHub Profile
@witoldsz
witoldsz / monitor.py
Last active January 4, 2026 20:01
Application for my home surveillance camera.
import os
import shutil
import time
import logging
import subprocess
import threading
import re
from flask import Flask, render_template_string, send_from_directory, request
from itertools import groupby