Add Python client

This commit is contained in:
2025-03-14 08:56:02 +11:00
parent eea257d617
commit 0a029fcc23
2 changed files with 81 additions and 0 deletions

13
client-python/README.md Normal file
View File

@@ -0,0 +1,13 @@
## 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`