Skip to content

Notification of landing predictions within Xkm of a specified location

Notifications You must be signed in to change notification settings

KevWal/Live-Landings-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

About

Notification of landing predictions within Xkm of a specified location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages