Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 898 Bytes

File metadata and controls

14 lines (8 loc) · 898 Bytes

Live-Landings-Notifier

Notification of landing predictions within Xkm and X seconds of a specified 'home' location.

Use https://pushover.net/ and https://github.com/dschep/ntfy to send notifications to android.

Cron examples

# Get Live Balloon predictions

40 7 * * * /usr/local/live_sonde_predict/getLiveLandings.py 52.XXX -0.7XXX 200 64800 | mail --exec 'set nonullbody' -s "Live Landing Predictions" email@blah.org

55 7 * * * /usr/local/live_sonde_predict/getLiveLandings.py 52.XXX -0.7XXX 200 39600 | xargs --null --no-run-if-empty ntfy -b pushover -o user_key blahblahkey -t "Live Balloon Prediction" send

55 8-20 * * * /usr/local/live_sonde_predict/getLiveLandings.py 52.XXX -0.7XXX 200 7200 | xargs --null --no-run-if-empty ntfy -b pushover -o user_key blahblahkey -t "Live Balloon Prediction" send