Skip to content

Instantly share code, notes, and snippets.

@den385
Created April 30, 2018 15:58
Show Gist options
  • Save den385/baba8df6c29ffbdca8ee81a1014a3980 to your computer and use it in GitHub Desktop.
Save den385/baba8df6c29ffbdca8ee81a1014a3980 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
from websocket import create_connection
ws = create_connection("ws://localhost:9990/ws?param=value")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment