Skip to content

YUKI2eN3e/holodex-cli

Repository files navigation

holodex-cli

A textual based interface for Holodex

screenshot

Directions

  • Create an API key for your Holodex account.
  • Create a copy of example-config.toml called config.toml and paste your key into this file as API_KEY:
API_KEY = "YOUR_API_KEY_HERE"
  • Run:
just install

OR

poetry install
poetry build
pipx install ./dist/`ls -t dist | head -n2 | grep whl`
mkdir -p ~/.local/holodex-cli
cp --update config.toml ~/.local/holodex-cli/config.toml

Usage

Usage: holodex [-h] [-g GROUP] [-r RESOLUTION] [-v]

Options:
	-h, --help		show this help message and exit
	-g, --group GROUP	the VTuber group you want to watch (default: Hololive)
	-r, --resolution RESOLUTION
				the video resolution to play (default: 720)
	-v, --version		show program's version number and exit

NOTE: Requires ffplay to use