Files
daily-blackout-check/.env.example
Meghdad 4218e4ac36
All checks were successful
Test blackout notifier / test (push) Successful in 3m41s
Hourly blackout check / check (push) Successful in 8s
Implemented the full clean rewrite for Gitea
2026-07-17 04:33:16 +03:30

16 lines
414 B
Plaintext

# API token used to retrieve planned outages from SAAPA
BARGHEMAN_TOKEN=replace-with-bargheman-token
# Eitaa bot configuration
EITAAYAR_TOKEN=replace-with-eitaayar-token
CHAT_ID=replace-with-chat-id
# One or more comma-separated bill IDs
BILL_IDS=7356609804429,7619314604429
# Optional settings and their defaults
STATE_FILE=state/outages.json
LOOKAHEAD_DAYS=5
REQUEST_TIMEOUT_SECONDS=15
MAX_EVENTS_PER_BILL=25