Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hermesiss/georgia-utilities-alert
Telegram bot for parsing electricity shortage alerts in Georgia
https://github.com/hermesiss/georgia-utilities-alert
alert georgian-language telegram telegram-bot
Last synced: 6 days ago
JSON representation
Telegram bot for parsing electricity shortage alerts in Georgia
- Host: GitHub
- URL: https://github.com/hermesiss/georgia-utilities-alert
- Owner: Hermesiss
- Created: 2022-11-27T16:39:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T15:34:43.000Z (2 months ago)
- Last Synced: 2024-08-25T16:45:30.816Z (2 months ago)
- Topics: alert, georgian-language, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 1.91 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Georgia Utilities Alert Telegram Bot
![GitHub](/doc/maps.jpg)
This project is a Telegram bot designed to alert users about electricity outages in
Georgia. The bot is specifically build for different cities: Batumi, Kutaisi, and Kobuleti.The data is fetched from the [Energo-Pro Georgia](https://my.energo-pro.ge/ow/#/disconns) website.
## Channels
- [Batumi Alerts](https://t.me/alerts_batumi)
- [Kutaisi Alerts](https://t.me/alerts_kutaisi)
- [Kobuleti Alerts](https://t.me/alerts_kobuleti)
- [All Georgia Alerts](https://t.me/alerts_georgia_all)For Batumi, the bot creates a map with affected streets.
## Setup
1. Clone the repository.
2. Install the dependencies using `npm install`.
3. Set up the environment variables. Use `.env.example` as a reference, and create a `.env` file.
4. Run the bot using `npm start`.