Skip to content

Add a python script that implement a websocket client

The typical usage would be:

pyhton3 websocket-client.py wss://example.com

This would open a connection and let you interactively send text to the websocket server you connect to.

This script has been copied verbatim from this repo

https://github.com/websocket-client/websocket-client

Merge request reports