This file contains hidden or 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 websocket | |
import threading | |
import time | |
import sys | |
WEBSOCKET_URL = "ws://104.236.25.60:8080" | |
SUBPROTOCOL = "binary" | |
BOT_USERNAME = "hackertron bot" |
This file contains hidden or 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 threading | |
import sys | |
import time | |
HOST = '104.236.25.60' | |
PORT = 3071 | |
BOT_USERNAME = "hackertron bot" | |
COMMANDS = { |