chiefbarryluke
IRobotSoft Newbies

Firefighting Technology Geek
Posts: 3
Gender:
|
Good Morning Board! I recently installed IRobotSoft and have been reviewing its capabilities. I need some advice from the message board to determine if our project is feasible. We are looking at early warning messages to fire fighters and paramedics for emergency calls, by leveraging an existing data set that is published a web site every 60 seconds We need a solution that scrapes a web page which lists all emergency calls in real time, looks for key words and then generates an outbound email if key words are found (example: “house fire”). The web page updates every minute and places newer emergency calls at the top of the list; pushing other emergency calls lower on the list. I have included the URL of the web page and the data is displayed in columns and rows that should be easy to collect. http://www2.seattle.gov/fire/realtime911/getRecsForDatePub.asp?action=Today&incDate=&rad1=des 1. We need to scrape the web page for “new” lines of emergency call data. 2. We need to apply some key word matching against the emergency call data 3. We need to generate an outbound email that will include key elements of the emergency call (date, time, location, type of call). 4. We need to make sure that we are only generating a single outbound email for each instance of an emergency call (avoiding duplicates and missed calls) The User Guide suggests to me that we can collect the data and generate an outbound email and use variables to fill in the necessary information. Before we start into the project, we just want to confirm that what we are trying to do is feasible. Thanks to everyone for your thoughts, comments and advice. Barry Luke
|