Once upon a time, on a blog rendition long ago, I published a link to my hacked together ruby script that would parse ADT Pulse email event notifications and forward them over Pushover. That blog is long gone (RIP), and that repo is gone (RIP), and that code is gone (RIP).
In its place is this project: mwalling/adt-pulse
Instead of being a script that reads the email on standard in, I’m using my email provider (Mailgun) with an HTTP route to hit this code. The code now, instead of being a shell script, is a Python function hosted inside of Kubeless (think self hosted AWS Lambda on your own Kubernetes cluster).
So much simpler to use!