Real-time public transport delay tracking with ScrapeGraphAI, Teams & Dropbox
Public Transport Schedule & Delay Tracker with Microsoft Teams and Dropbox ...
Template notes
Public Transport Schedule & Delay Tracker with Microsoft Teams and Dropbox

⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n instance before using this template.
This workflow automatically scrapes public transport websites or apps for real-time schedules and service alerts, then pushes concise delay notifications to Microsoft Teams while archiving full-detail JSON snapshots in Dropbox. Ideal for commuters and travel coordinators, it keeps riders informed and maintains a historical log of disruptions.
Pre-conditions/Requirements
Prerequisites - n8n instance (self-hosted or n8n.cloud) - ScrapeGraphAI community node installed - Microsoft Teams incoming webhook configured - Dropbox account with an app token created - Public transit data source (website or API) that is legally scrapable or offers open data
Required Credentials - ScrapeGraphAI API Key – enables web scraping - Microsoft Teams Webhook URL – posts messages into a channel - Dropbox Access Token – saves JSON files to Dropbox
Specific Setup Requirements | Item | Example | Notes | |------|---------|-------| | Transit URL(s) | https://mycitytransit.com/line/42 | Must return the schedule or service alert data you need | | Polling Interval | 5 min | Adjust via Cron node or external trigger | | Teams Channel | commuter-updates | Create an incoming webhook in channel settings |