soccer-match-tracker
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSoccer Match Tracker
足球比赛追踪器
A dedicated football companion that tracks live scores, standings, fixtures,
and match events across the world's top leagues: Premier League, La Liga,
Champions League, and MLS.
一款专注的足球辅助工具,可追踪全球顶级联赛的实时比分、排名、赛程和赛事事件:Premier League、La Liga、Champions League和MLS。
What It Does
功能介绍
- Displays live scores across multiple leagues simultaneously
- Shows match events as they happen: goals, cards, substitutions
- Provides current league standings / tables
- Lists upcoming fixtures for the next 7 days
- Supports team squad lookup
- Groups output by league for clean multi-league tracking
- 同时显示多个联赛的实时比分
- 实时展示赛事动态:进球、出牌、换人
- 提供当前联赛排名/积分榜
- 列出未来7天的即将到来的赛程
- 支持球队阵容查询
- 按联赛分组输出,便于清晰追踪多联赛情况
Leagues Covered
覆盖联赛
| League | Code | Country/Region | Season Status (Feb 2026) |
|---|---|---|---|
| Premier League | PL | England | Matchday ~26, title race hot |
| La Liga | PD | Spain | Mid-season |
| Champions League | CL | Europe (UEFA) | Knockout rounds underway |
| MLS | MLS | United States | Pre-season / early season |
| 联赛名称 | 代码 | 国家/地区 | 2026年2月赛季状态 |
|---|---|---|---|
| Premier League | PL | 英格兰 | 第~26比赛日,冠军争夺激烈 |
| La Liga | PD | 西班牙 | 赛季中期 |
| Champions League | CL | 欧洲(UEFA) | 淘汰赛进行中 |
| MLS | MLS | 美国 | 季前赛/赛季初期 |
Data Sources
数据来源
| Data Type | Source | Update Frequency |
|---|---|---|
| Live scores | Real-time feed | Polling (10-30s) |
| Match events | Real-time feed | As they happen |
| League standings | football-data.org | Per matchday |
| Upcoming fixtures | football-data.org | Daily |
| Team squads | football-data.org | Updated per window |
| 数据类型 | 来源 | 更新频率 |
|---|---|---|
| 实时比分 | 实时数据馈送 | 轮询(10-30秒) |
| 赛事事件 | 实时数据馈送 | 实时更新 |
| 联赛排名 | football-data.org | 每个比赛日更新 |
| 即将到来的赛程 | football-data.org | 每日更新 |
| 球队阵容 | football-data.org | 窗口期更新 |
How It Works
工作原理
- Connects to a live data feed for real-time match scores and events
- Fetches league data (standings, fixtures, squads) from football-data.org
- Merges live and reference data into unified match views
- Groups matches by league for clean multi-league output
- Provides both structured JSON and formatted display output
- 连接实时数据馈送获取实时比赛比分和赛事事件
- 从football-data.org获取联赛数据(排名、赛程、阵容)
- 将实时数据与参考数据合并为统一的比赛视图
- 按联赛分组比赛,输出清晰的多联赛内容
- 提供结构化JSON和格式化展示两种输出形式
Requirements
要求
- Python 3.9+
- library
requests - A data API key for live match events (see README)
- football-data.org API key (free tier: 10 requests/minute)
- Python 3.9+
- library
requests - 实时赛事事件的数据API密钥(详见README)
- football-data.org API密钥(免费 tier:每分钟10次请求)
Related Skills
相关技能
- For injury updates across soccer leagues, also install
injury-report-monitor - For pre-match head-to-head analysis, try
matchup-analyzer - For betting odds on soccer matches, install
betting-odds-tracker
- 如需各足球联赛的伤病更新,可安装
injury-report-monitor - 如需赛前对决分析,可尝试
matchup-analyzer - 如需足球比赛的赔率追踪,可安装
betting-odds-tracker