Add Discord account registration monitor

A read-only cron script that posts new Servatrice account registrations to a
Discord channel via webhook. Dedups by an auto-increment id high-water-mark
(single-integer state, no duplicates, nothing missed across downtime). Reads DB
credentials and the webhook from a servatrice-style ini via --config.
This commit is contained in:
ZeldaZach 2026-06-21 00:49:05 -04:00
parent e99a55ccab
commit b1c4a2bc23
No known key found for this signature in database
4 changed files with 519 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Local state - never commit these
state.json
state.json.tmp
venv/
__pycache__/