Crates.io | tcrank |
lib.rs | tcrank |
version | 0.2.0 |
source | src |
created_at | 2018-12-19 09:32:01.380172 |
updated_at | 2018-12-20 06:38:43.999033 |
description | Gets THE@TER CHALLENGE!! ranking using the Princess |
homepage | https://github.com/sadaie/tcrank |
repository | https://github.com/sadaie/tcrank |
max_upload_size | |
id | 102685 |
size | 19,742 |
tcrank
tcrank
is a tiny utility tool for THE IDOLM@STER MILLION LIVE!! THEATER DAYS and its special election event, THE@TER CHALLENGE!!.
tcrank
uses the Princess.
tcrank
is written in Rust. Thus you should install the latest Rust ecosystem in advance.
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
option prints the result as JSON
style string.--json-pretty
option prints the result as pretty JSON
style string.MIT lincense.