Jxck-S / plane-notify

Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, Mastodon, and Telegram
GNU General Public License v3.0
2.5k stars 432 forks source link

System does not post if Sleep time is high #47

Open valeriosouza opened 2 years ago

valeriosouza commented 2 years ago

Due to the high cost of the API, we are integrating with RapidAPI. It already works, but if you set the Sleep time to a time close to 60 seconds. If you multiply that by 30 aircraft, it's still very expensive, more than $1900 a month. So thinking about putting every 10 minutes. The system gets the data, but nothing is posted on Discord, neither takeoff nor landing.

image