mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-23 20:52:16 +08:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
user_agent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)Chrome/50.0.2661.75 Safari/537.36'
|
|
header = {'User-Agent': user_agent}
|
|
|
|
KEY_ID = "xxx"
|
|
SECRET_KEY = "xxx"
|
|
TAG = "xxx"
|