wsdump
WebSocket client for python
Install
- All systems
-
curl cmd.cat/wsdump.sh
- Debian
-
apt-get install python-websocket
- Ubuntu
-
apt-get install python-websocket
- Arch Linux
-
pacman -S python-websocket-client
- Kali Linux
-
apt-get install python-websocket
- CentOS
-
yum install python-websocket-client
- Fedora
-
dnf install python3-websocket-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-websocket
- Raspbian
-
apt-get install python-websocket
- Dockerfile
- dockerfile.run/wsdump
python3-websocket-client
WebSocket client for python
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.