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 json | |
import requests, os, time, re | |
import socket | |
from time import strftime, sleep | |
from datetime import datetime | |
from bs4 import BeautifulSoup | |
import sys | |
import itertools | |
import threading |
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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import os, sys, json, uuid, time | |
from datetime import datetime, timedelta | |
# ====== CẤU HÌNH ====== | |
DB_FILE = 'db_getkey.json' | |
ADMIN_PASS = 'nhathuygetkey' | |
TOOL_NAME = 'get key nhật huy' |