Metadata-Version: 2.1
Name: kick-chat
Version: 1.0.0
Summary: kick.com chat in the terminal
Author: Piotr Skowroński
License: GPLv3
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 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).
