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

preventing credential leaks #61

Closed makrsmark closed 2 years ago

makrsmark commented 2 years ago

both ini files end up with secrets that should not be checked in since they are user specifc, they should bnot be in version control

fixes Jxck-S/plane-notify#60