This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.5 | |
# vi suck my dick vim is better | |
import websockets | |
import asyncio | |
import aiohttp | |
import logging | |
import json | |
logging.basicConfig(level=logging.DEBUG) | |
log = logging.getLogger(__name__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import socket | |
import logging | |
import json | |
import struct | |
logging.basicConfig(level=logging.DEBUG) | |
log = logging.getLogger(__name__) | |
class RPC: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHECK OUT THIS GUY HE'S IN THE GIST | |
⣠⣦⣤⣀ | |
⠀⠀⠀⠀⢡⣤⣿⣿ | |
⠀⠀⠀⠀⠠⠜⢾⡟ | |
⠀⠀⠀⠀⠀⠹⠿⠃⠄ | |
⠀⠀⠈⠀⠉⠉⠑⠀⠀⠠⢈⣆ | |
⠀⠀⣄⠀⠀⠀⠀⠀⢶⣷⠃⢵ | |
⠐⠰⣷⠀⠀⠀⠀⢀⢟⣽⣆⠀⢃ | |
⠰⣾⣶⣤⡼⢳⣦⣤⣴⣾⣿⣿⠞ | |
⠀⠈⠉⠉⠛⠛⠉⠉⠉⠙⠁ |