A weekend pet project. As of now, we have got a bunch of services that notify about ongoing Air Alerts. This console application periodically fetches that public data and calculates a probablility of Air Alert in particular region (Lviv region). Calculations are based on enabled alerts in neighbouring states and districts, depending on their remoteness from Lviv region.
The application reports values to a Telegram channel via Telegram Bot API.
Set Telegram Bot API Key and Telegram Chat ID in AppConfiguration.cs
.
- Windows / Linux
- Docker
.NET 6
docker build . airalerts
docker run -it airalerts