chookchat/client-python/README.md
2025-03-14 08:56:02 +11:00

14 lines
459 B
Markdown

## Chookchat Python Client
This is an example client for Chookchat, written in Python. It is very simplistic. It connects to the Websocket, and prints recieved messages.
This would be a good baseline for a GUI client with tkinter, or a bot for Chookchat linking it to other services.
Not much else to say.
### Running
First, `pip3 install websocket-client rel`. If you need, create a virtual environment for Python.
Then, run with `python3 client.py`