File size: 273 Bytes
7b8f88d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import os

TIMEOUT = None
TMP_DIR = "./__pycache__"

API_BILI = os.getenv("api_bili")
API_TIKTOK = os.getenv("api_tiktok")

HEADER = {
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
}