mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
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.
5 lines
80 B
Text
5 lines
80 B
Text
# Local state - never commit these
|
|
state.json
|
|
state.json.tmp
|
|
venv/
|
|
__pycache__/
|