Metadata-Version: 2.4
Name: kick-chat
Version: 1.0.1
Summary: kick.com chat in the terminal
Author: Piotr Skowroński
License-Expression: GPL-3.0-or-later
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Dist: curl-cffi>=0.15.0
Requires-Dist: websocket-client>=1.9.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# kick-chat

kick.com chat in the terminal

## About

kick-chat is a terminal chat client for [Kick](https://kick.com/) chat.
It aims to provide a simple and minimalistic way of listening to chat messages.
At the moment displaying emotes in the terminal is not supported :(

## Installation

```
pip install kick-chat
```

## How to use

Simply put Kick username as the first argument to the program call.

```
kick-chat xQc
```

## License

Licensed under [GPLv3 License](./LICENSE).
