Skip to main content

Holodex CLI for watching live streams

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

holodex_cli-0.1.5.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

holodex_cli-0.1.5-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page