Cockatrice/servatrice/scripts/account_monitor/.gitignore
ZeldaZach b1c4a2bc23
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.
2026-06-21 01:06:51 -04:00

5 lines
80 B
Text

# Local state - never commit these
state.json
state.json.tmp
venv/
__pycache__/