
what are people doing with custom notifications?
Re: what are people doing with custom notifications?
I wrote a PHP script that runs as Cronjob, which notifies me when one of my friends is playing Battlefield Bad Company 2 and sends me a link to his stats 

Re: what are people doing with custom notifications?
I have set up a filter in GMail, that redirects certain imporant e-mails to my Prowl e-mail address.
Re: what are people doing with custom notifications?
acrollet wrote:I'm using this little one-liner in my crontab to give me severe weather alerts. (pulling from weather.gov's rss)Code: Select all
*/30 * * * * mv /tmp/exweath_new.txt /tmp/exweath_old.txt; curl -s http://www.weather.gov/alerts-beta/wwaatmget.php?x=TXZ103|grep '<summary>'|awk -F'\.\.\.' '{print $2}' > /tmp/exweath_new.txt; if ! diff /tmp/exweath_new.txt /tmp/exweath_old.txt ; then /home/acrollet/bin/prowl.pl -apikeyfile=/home/acrollet/.prowlapikey -application='Denton County' -notification="`cat /tmp/exweath_new.txt`" -priority=1 -event='severe weather'; fi
I thought this was awesome, so I cleaned it up and made it easier to add/remove both zones of interest and users: http://kennethfinnegan.blogspot.com/201 ... prowl.html
Re: what are people doing with custom notifications?
My company is using Prowl to send additional information on 911 calls. I send 911 call information to first responders' iPhones and iPads, including a link to a google map of the address of the call, and a brief history of previous 911 calls at that address.
Cheers,
Dave
Cheers,
Dave
Re: what are people doing with custom notifications?
I get notified of TV Shows when they are dowloaded to my server, both premiere shows and favorites. (Flexget + Usenet)
I also scrape train station webpages and have prowl notify me when my train to/from work is likely to be late.
I also scrape train station webpages and have prowl notify me when my train to/from work is likely to be late.
Re: what are people doing with custom notifications?
Using Growl for Windows and the Command Line Tool that came with it I set many of my BATCH files with some notifications to know when the process finish, as they keep running for 3 to 5 hours, and when finish I just access via VNC to check everything and run the next BATCH.
Re: what are people doing with custom notifications?
I have it set so my wife receives a notification when motion is detected at our Hummingbird feeder. Clicking on the notification brings you to a webpage showing the camera.
Who is online
Users browsing this forum: No registered users