Skip to content

bonnou-shounen/cityheaven

Repository files navigation

cityheaven

cli for cityheaven.

install

$ go install github.com/bonnou-shounen/cityheaven/cmd/cityheaven@latest

usage

sort "my girls" order

$ export CITYHEAVEN_LOGIN=xxxx
$ export CITYHEAVEN_PASSWORD=xxxx

$ cityheaven dump fav casts > fav-casts.txt
$ vim fav-casts.txt  # edit order
$ cityheaven restore fav casts < fav-casts.txt

popular 10 casts on the shop

$ cityheaven dump shop casts --shop=xxxx | sort -k3nr | head -10

new 5 casts there

$ cityheaven dump shop casts --shop=yyyy --no-fav | sort -k1nr | head -5

casts you may talk with

$ cityheaven dump follow casts --mutual > favtalk-casts.txt