Draft: Resolve "Add websockets"
client_socket_receive.py +28 -0
client_socket_send.py +29 -0
- Dan Jones authored
Enables sending and receiving messages as a websocket client. - use get_token.py to create SOAR_TOKEN env var - pipenv run python client_socket_send.py - pipenv run python client_socket_receive.py
+ 28
- 0
\ No newline at end of file
+ 29
- 0