Send reminders before the TU voting period ends
commitf3fb614f196a1feb2738c56364f6e877d474ff2d
authorLukas Fleischer <lfleischer@archlinux.org>
Sun, 18 Sep 2016 13:55:49 +0000 (18 15:55 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Thu, 29 Sep 2016 20:07:05 +0000 (29 22:07 +0200)
tree81d209b9921aad30a676a79f2784eacdf38c197f
parent5f43e2aaa9bcd233a310d4f6bf65640976457d85
Send reminders before the TU voting period ends

Add a new script that checks for TU votes ending within the next 48
hours and sends reminder emails to all Trusted Users who did not cast
their votes yet.

The script is designed to be executed as a cron job, such that the check
is performed periodically. Since the script does not remember users it
already sent emails to, the interval should not be chosen too small to
avoid spamming.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
scripts/notify.py
scripts/tuvotereminder.py [new file with mode: 0755]