MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
| #!/usr/bin/env python | |
| # -*- coding:utf-8 -*- | |
| import sys | |
| reload(sys) | |
| sys.setdefaultencoding('utf-8') | |
| from ws4py.client.threadedclient import WebSocketClient | |
| import binascii | |
| class WSClient(WebSocketClient): | |
| def __init__(self, url, text, filename): |