This skill is a specialized traffic monitor for the Greater Houston area. It interfaces with the Houston TranStar Real-Time Incident RSS feed to detect new accidents, stalled vehicles, and road closures.
The following logic is executed every 10 minutes via the internal cron scheduler:
```bash
python3 transtar_diff.py
If any other text is returned, it is treated as a "Delta Report" of new incidents.
When a "Delta Report" is generated, the content is formatted for mobile viewing and pushed via the WhatsApp Gateway to the configured recipient.
Automated commute monitoring for Houston residents.
Alerting logistics teams to major freeway closures on I-10, I-45, and US-59.3.
共 1 个版本