zebpalmer / WeatherAlerts

Python script to parse the National Weather Service 'Cap' Alerts Feed and do interesting things with it.
MIT License
31 stars 14 forks source link

Automating #4

Closed iOSDev33 closed 9 years ago

iOSDev33 commented 11 years ago

Awesome job on this project! Very new to Python is there a way to run the script then have it sleep for say 2 minutes then automatically run again and check for any new alerts? Look forward to your response.

zebpalmer commented 11 years ago

certainly possible. currently, the module doesn't keep track of new vs old/known alerts, but it would be easy to implement.

iOSDev33 commented 11 years ago

Well thats good news! At least it can be done relatively easily. Are you available for freelance? I need some help implementing a few things to support my iOS app NOAA Weather Radio.

zebpalmer commented 11 years ago

shoot me an email with what you're looking to accomplish... zeb@zebpalmer.com

zebpalmer commented 11 years ago

realistically, this only makes sense in a long running daemon situation. will be adding this shortly.