You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am an avgeek and plane spotter, I use Flightradar24 like everyone else, but I am missing some features.
6
+
7
+
- First of all, even though flightradar has an alert system, it does not track flights with flight number N/A. This is a problem for me since almost all An-124s have little to no flight information.
8
+
- Secondly it doesn't notify about scheduled flights I am interested in.
9
+
10
+
___
11
+
12
+
Of course, there may be simpler solutions to these problems, but I decided to create my own in the form of a Telegram bot.
13
+
The bot is able to notify about all flying An-124s, as well as about all wide-body airplanes (and Boeing 757) that will make a scheduled flight to the airport of your choice.
14
+
15
+
You can try it out for yourself [here](https://t.me/Avgeek_ViLsonCake_Bot).
16
+
17
+
___
18
+
19
+
### Stack
20
+
21
+
- Fastapi (Python)
22
+
- Spring boot (Java)
23
+
- Postgresql
24
+
- Docker
25
+
26
+
### Installation
27
+
28
+
1. Create a Telegram bot using [BotFather](https://t.me/BotFather).
0 commit comments