2026-07-17 03:57:03 +03:30
2025-10-12 17:37:09 +03:30
2025-08-27 14:58:09 +03:30
2026-07-17 03:57:03 +03:30
2024-11-16 21:39:26 +03:30
2026-07-17 03:48:00 +03:30
2024-11-16 23:37:47 +03:30
2024-11-16 20:19:23 +03:30
2026-07-17 03:57:03 +03:30
2025-08-27 14:58:09 +03:30
2026-07-17 03:57:03 +03:30
2025-06-01 23:25:32 +03:30

daily-blackout-check

Checks planned power outages and sends new notices to an Eitaa chat.

Setup

  1. Create and activate a Python virtual environment, then install dependencies:

    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
    
  2. Copy the example configuration and replace its placeholder values:

    cp .env.example .env
    
  3. Run the checker:

    python main.py
    

The .env file is ignored by Git so tokens are not committed. Environment variables supplied by the shell or GitHub Actions take precedence over .env.

BILL_IDS accepts one or more comma-separated electricity bill IDs.

Description
No description provided
Readme MIT 1.6 MiB
Languages
Python 55.7%
Shell 44.3%