python3-wsdump
WebSocket client library - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-wsdump.sh
- Debian
-
apt-get install python3-websocket
- Ubuntu
-
apt-get install python3-websocket
- Kali Linux
-
apt-get install python3-websocket
- Fedora
-
dnf install python3-websocket-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-websocket
- Raspbian
-
apt-get install python3-websocket
- Dockerfile
- dockerfile.run/python3-wsdump
python3-websocket
WebSocket client library - Python 3.x
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 3.x version.