Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description This workflow is a real time AI powered cricket commentary bot that continuously monitors live match data and converts it into short, expert style insights. It fetches live cricket s...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-serpapi.serpapi, n8n-nodes-base.function, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceThis workflow is a real-time AI-powered cricket commentary bot that continuously monitors live match data and converts it into short, expert-style insights. It fetches live cricket scores every few seconds, extracts key match details, generates commentary using AI, and delivers updates instantly to Telegram. It also includes fail-safe mechanisms via email and Slack alerts to ensure reliability.
• SerpAPI credential (for live scores) • OpenAI API (GPT-4o-mini) • Telegram Bot + chat ID • Gmail OAuth2 (for failure alerts) • Slack API (optional for error monitoring)
✔ Near real-time cricket updates (10s interval) ✔ AI-generated expert commentary (not raw scores) ✔ Automated delivery to Telegram ✔ Failure-safe alerts via email + Slack ✔ Fully hands-off live match tracking
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate live cricket score commentary using SerpAPI, GPT-4o-mini, and Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Social Media, Multimodal AI |
| Author | Rahul Joshi |
| Published | 26 Mar 2026 |
Use the JSON export at /data/workflows/14361/14361.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description This workflow is a real time AI powered cricket commentary bot that continuously monitors live match data and converts it into short, expert style insights. It fetches live cricket s...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.