/!\ DOESN'T WORK ANYMORE /!\
fr24monitoring fetches informations from FlightRadar24 website and sends notifications when interesting aircrafts are planned for your airport
For Windows, you can download latest release (v0.0.1) here:
Settings are made in setup.ini file which resides in same folder as application.
- Telegram
You can be notified by Telegram, you need to:
- create a channel
- create a bot (send a message to @BotFather and follow instruction) and save token
- invite bot in channel
- retrieve chat id see here
Then complete setup.ini with corresponding informations:
;telegram_token=123:ABC
;telegram_chat=-666
- Airport of interest
Set your airport, for example for Bordeaux (LFBD):
airport=bod
fr24monitoring can send a notification when aircraft is newly planned for departure or landing at chosen airport or if there are information updates. Some aircrafts are common and we don't want to be notified for them, so there is a filters.json file which defines that. Filter algorithm is the following:
IF fetched_aircraft.airline IN common_airline:
IF fetched_aircraft.model IN common_aircraft OR fetched_aircraft.model IN common_shortcraft:
DISCARD