python2-wsdump

WebSocket client library - Python 2.7

Install

All systems
curl cmd.cat/python2-wsdump.sh
Debian Debian
apt-get install python-websocket
Ubuntu
apt-get install python-websocket
image/svg+xml Kali Linux
apt-get install python-websocket
Windows (WSL2)
sudo apt-get update sudo apt-get install python-websocket
Raspbian
apt-get install python-websocket

python-websocket

WebSocket client library - Python 2.7

websocket-client provides a low-level, synchronous API providing WebSocket client functionality to Python programs. It conforms to the WebSocket specification as standardized by the IETF in RFC 6455. WebSocket is a protocol providing full-duplex communication channels over TCP, mostly used in Web browsers. This package provides the Python 2.7 version.