Add Python client
This commit is contained in:
13
client-python/README.md
Normal file
13
client-python/README.md
Normal 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`
|
||||
Reference in New Issue
Block a user