← 返回
开发者工具 Key 中文

Soccer Cli

A CLI to check soccer scores, game details, and player stats from your terminal.
一个用于在终端查看足球比分、比赛详情和球员数据的命令行工具。
jrojas537
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,063
下载
💾 66
安装
1
版本
#latest

概述

soccer-cli

A command-line interface to check soccer scores, game details, and player stats using the API-Football service.

Description

This skill provides a set of commands to quickly retrieve football data directly in your terminal. You can get the latest score for your favorite team, see detailed events from a specific match (like goals and cards), and view the full squad with player ratings and minutes played.

Installation

  1. Run the installer:

```bash

./install.sh

```

This will compile the Go program and move the soccer-cli binary to ~/.local/bin/.

  1. Configure API Key:

The CLI needs an API key from API-Football.

Create a configuration file at ~/.config/soccer-cli/config.yaml:

```bash

mkdir -p ~/.config/soccer-cli

touch ~/.config/soccer-cli/config.yaml

```

Add your API key to the file in the following format:

```yaml

apikey: YOUR_API_KEY_HERE

```

Usage

  • Get the latest score for a team:

```bash

soccer-cli scores ""

```

Example: soccer-cli scores "Real Madrid"

  • Get detailed events from a game:

(Use the Fixture ID from the scores command)

```bash

soccer-cli game

```

Example: soccer-cli game 123456

  • Get the squad and player stats for a game:

```bash

soccer-cli squad

```

Example: soccer-cli squad 123456

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 08:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727
data-analysis

Flight Pricer

jrojas537
使用 Duffel API 搜索机票价格的命令行工具,支持日期、乘客、中转次数及舱位等级选项。
★ 0 📥 1,141
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,843