← 返回
沟通协作 中文

Cricket Live Score

Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.
向 Telegram 推送任意正在进行 T20 或 ODI 赛事的实时比分(文字+语音),完全免费。
arkulkarni
沟通协作 clawhub v1.1.1 1 版本 99809.2 Key: 无需
★ 0
Stars
📥 523
下载
💾 4
安装
1
版本
#latest

概述

🏏 Cricket Live Score Updates

Real-time cricket score updates delivered to Telegram — with optional voice memos so you can follow along without reading. Scrapes data from cricbuzz and does not need any API key setup to get the scores.

Supports T20 and ODI formats, both innings, auto-detection of teams, target, and required run rate.

The script runs in the background, sends updates at your chosen interval, and auto-stops when the match ends.

The voice memos are perfect for when you're driving or otherwise can't focus on a screen.

Example prompts

Starting updates:

  • "Send me live score updates for the India vs Australia match"
  • "Follow the IPL match — RCB vs CSK — and send me updates every 3 minutes"
  • "What's the score in the England vs Pakistan T20? Keep me posted"

With voice memos:

  • "Send me live cricket scores with voice memos for the World Cup final"
  • "Follow India vs South Africa and include voice updates — I'm driving"

Changing interval:

  • "Make the updates every 2 minutes instead"
  • "Slow it down to every 10 minutes"

Stopping:

  • "Stop sending score updates"
  • "Kill the cricket updates"

When to use

User asks for live score updates, cricket score alerts, or to follow a match.

How it works

  1. Find the Cricbuzz URL for the match. Search for cricbuzz vs live score and grab the cricbuzz.com/live-cricket-scores/... URL.
  2. Run the script in background:
python3 <skill_dir>/scripts/cricket-live.py \
  --url "<cricbuzz_url>" \
  --chat-id "<telegram_chat_id>" \
  --bot-token "<telegram_bot_token>" \
  --interval 300 \
  --voice
  1. Script auto-detects teams, innings, format (T20/ODI), and target.
  2. Sends text + voice memo every interval. Auto-stops when match ends.

Parameters

ParamDefaultDescription
-----------------------------
--urlrequiredCricbuzz live score page URL
--chat-idrequiredTelegram chat ID to send updates to
--bot-tokenautoTelegram bot token. Falls back to TELEGRAM_BOT_TOKEN env var, then OpenClaw config (~/.openclaw/openclaw.json)
--interval300Seconds between updates (default 5 min)
--voiceoffInclude voice memo with each update

What the updates look like

2nd innings (chase)

*India: 146/4 (15 ov)*
  🏏 Tilak Varma — 20 (15)
  🏏 Sanju Samson — 80 (40)

Need: 50 runs off 30 balls
RRR: 10.0 per over with 5.0 overs to go
Last wicket: Suryakumar Yadav c Rutherford b Joseph 18 (16)

🔹 WI innings: 195/4 (20 ov)
━━━━━━━━━━━━━━━━━
🏏 IND vs WI | ICC Men's T20 World Cup 2026

· Next update in 5 min

1st innings

*West Indies: 120/3 (15 ov)*
  🏏 Rovman Powell — 25 (14)
  🏏 Jason Holder — 12 (8)

Run rate: 8.0 per over
Projected: 160
Last wicket: Shimron Hetmyer c Samson b Bumrah 22 (18)

━━━━━━━━━━━━━━━━━
🏏 IND vs WI | ICC Men's T20 World Cup 2026

· Next update in 5 min

Voice memo examples

2nd innings: "India are 146 for 4 in 15 overs. Tilak Varma and Sanju Samson are batting. Tilak Varma is on 20, and Sanju Samson is on 80. India need 50 runs off 30 balls. Required run rate is 10.0 per over, with 5.0 overs to go."

1st innings: "West Indies are 120 for 3 in 15 overs. Rovman Powell and Jason Holder are batting. Run rate is 8.0 per over. Projected total is 160."

Data source

Scrapes Cricbuzz — the og:description meta tag for live scores and batsmen, plus embedded JSON for last wicket, bowler stats, and team info. No paid API or API key required for score data.

Stopping

  • Script auto-stops when it detects a match result (won/tied/no result).
  • To stop manually, kill the background process.

Channel support

Currently Telegram only — the script sends updates directly via the Telegram Bot API. Multi-channel support (Discord, WhatsApp, Signal, etc.) is planned for a future version.

Requirements

  • Python 3 (uses only urllib from the standard library — no requests needed)
  • gTTS package (for voice memos)
  • Telegram bot token — provided via one of:
  1. --bot-token argument (recommended)
  2. TELEGRAM_BOT_TOKEN environment variable
  3. OpenClaw config file (~/.openclaw/openclaw.jsonchannels.telegram.botToken)

Known limitations

  • When the chasing team is all out or completes their overs without reaching the target, the script may be slow to detect the result (depends on Cricbuzz updating the page title). It reliably catches wins, ties, and target-reached scenarios.

版本历史

共 1 个版本

  • v1.1.1 当前
    2026-03-30 17:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,725