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 website.
For Batumi, the bot creates a map with affected streets.
- Clone the repository.
- Install the dependencies using
npm install
. - Set up the environment variables. Use
.env.example
as a reference, and create a.env
file. - Run the bot using
npm start
.