add working implementation

This commit is contained in:
2026-02-03 00:40:06 +01:00
parent 884f53e301
commit afd1dac916
5 changed files with 358 additions and 0 deletions

5
settings.example.py Normal file
View File

@@ -0,0 +1,5 @@
# required
DOCUMENT_ID = ""
# optional: Webhook URL to send notifications to
#WEBHOOK_URL = "https://example.com/webhook/your_webhook_id"