#挑战 #小巧 #排名 #角色 #工具 #排名 #公主

应用 tcrank

使用公主 获取 THE@TER CHALLENGE!! 排名。

2 个不稳定版本

0.2.0 2018年12月20日
0.1.1 2018年12月19日

#17 in #排名

MIT 许可证

16KB
304 代码行

tcrank

tcrank 是一个用于 THE IDOLM@STER MILLION LIVE!! THEATER DAYS 及其特别选举活动 THE@TER CHALLENGE!! 的小型工具。
tcrank 使用 公主

安装

tcrank 用 Rust 编写。因此,您需要提前安装最新的 Rust 生态系统。
refs. rustup

使用 cargo install

$ cargo install -f tcrank

从源代码构建

$ git clone https://github.com/sadaie/tcrank.git
$ cd tcrank
$ cargo build --release
$ ls target/release/
build       deps        examples    incremental native      tcrank      tcrank.d

用法

列出偶像和/或角色。

# lists both of the idols and roles.
$ tcrank list

# lists the idols.
$ tcrank list -i

# lists the roles.
$ tcrank list -r

显示指定偶像的排名。

# shows the idol's rank by ID.
$ tcrank show -i 21
Name        Role            Score  Rank
徳川まつり  少女            80     9
徳川まつり  魔法使い        10857  1
徳川まつり  ファイナルデイ  36     7

# shows the idol's rank by ID and role's ID.
$ tcrank show -i 21 -r 23
Name        Role            Score  Rank
徳川まつり  魔法使い        10857  1

# and you can use both of the idol's name and role's name.
$ tcrank show -i "徳川まつり" -r "魔法使い"
Name        Role            Score  Rank
徳川まつり  魔法使い        10857  1

附加选项

  • --json 选项将结果打印为 JSON 风格的字符串。
  • --json-pretty 选项将结果打印为格式化的 JSON 风格的字符串。

许可证

MIT 许可证。

依赖项

~22–33MB
~554K SLoC