Metadata-Version: 2.1
Name: holodex-cli
Version: 0.1.5
Summary: Holodex CLI for watching live streams
Requires-Python: >=3.9,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich-argparse (>=1.2.0,<2.0.0)
Requires-Dist: streamlink (>=5.0.1,<6.0.0)
Requires-Dist: textual (>=0.27.0,<0.28.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0) ; python_version < "3.11"
Description-Content-Type: text/markdown

# holodex-cli
A `textual` based interface for `Holodex`

## Directions
* Create an API key for your Holodex account.
* Create a file in ~/.local/holodex-cli dir called config.toml and paste your key into this file as API_KEY:
```python
API_KEY = "YOUR_API_KEY_HERE"
```

*__NOTE:__* Requires `ffplay` to use
