Skip to content

Instantly share code, notes, and snippets.

View UsernameFull's full-sized avatar

Username_Full UsernameFull

  • jialidun.Ltd
  • jiali
View GitHub Profile
@UsernameFull
UsernameFull / cloudSettings
Created July 7, 2018 05:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-07T05:39:48.264Z","extensionVersion":"v2.9.2"}
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
from ws4py.client.threadedclient import WebSocketClient
import binascii
class WSClient(WebSocketClient):
def __init__(self, url, text, filename):
self.fp = open(filename, 'wb')
self.text = text