Skip to content

Instantly share code, notes, and snippets.

View zhudotexe's full-sized avatar

Andrew Zhu zhudotexe

View GitHub Profile
import time
from MeteorClient import MeteorClient
UNAME = input("un: ")
PWD = input("pwd: ").encode()
client = MeteorClient('wss://dicecloud.com/websocket', debug=True)
client.connect()
print("Connected")