redis
import requestsimport timeimport scheduleimport redis# Redis 연결 설정redis_client = redis.Redis(host='localhost', port=6379, db=0, decode_responses=True)# 요청 정보URL = "http://158.247.242.124:8080/open/api/flush/mxql/text"HEADERS = { "x-whatap-pcode": "10", "x-whatap-token": "413EL8NVWIO3WL058QZTI8CL", "Content-Type": "application/json"}def send_request(): # 현재 시간 (밀리초 단위 Unix epoch time)..
카테고리 없음
2025. 2. 22.