3 个版本
使用旧的 Rust 2015
0.1.2 | 2018 年 8 月 19 日 |
---|---|
0.1.1 | 2018 年 8 月 15 日 |
0.1.0 | 2018 年 8 月 15 日 |
#1377 in #游戏
每月 25 次下载
15KB
369 行
Footy:获取足球数据的 Rust CLI 工具
此 CLI 提供了对优秀服务 www.football-data.org 提供的功能子集的包装,您需要获取 免费 API 令牌。
用法
安装 CLI
cargo install footy
命令
footy <command>
Commands:
configure Set your API token, and select your default league / team
fixtures Displays fixtures
table Displays a league table
help Prints this message or the help of the given subcommand
footy fixtures [options]
(defaults to your set league's current matchday)
Options:
-m, --manual Select league fixtures to display
-t, --team Displays the fixtures for your default team
-h, --help Show help
footy table [options]
(defaults to your set league's table)
Options:
-m, --manual Select league table to display
-h, --help Show help
依赖项
~18–28MB
~480K SLoC