Telegram bot for power outage alerts in Mauritius. Subscribe to localities and get notified when outages are scheduled.
If you want to host your own bot:
-
Get a bot token from @BotFather
-
Create
.envfile:
cp .env.example .env- Add your token to
.env:
TELEGRAM_BOT_TOKEN=your_bot_token_here
POSTGRES_DB=kouranbot
POSTGRES_USER=kouranbot_user
POSTGRES_PASSWORD=your_secure_password- Start the bot:
docker-compose up -d/start- Welcome message/subscribe- Subscribe to localities/mysubscriptions- View subscriptions/unsubscribe- Remove all subscriptions/language- Switch between English/French/help- Help message
- Select a district
- Choose localities within that district
- Get notified when power outages are scheduled in your areas
The bot checks for new outages every 5 minutes.


