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

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