Collect authenticated Qinglong scripts batch
This commit is contained in:
26
脚本库/APP版/抓包/Z-API中转站/2026-03-13_Z-API_2978ef59.py
Normal file
26
脚本库/APP版/抓包/Z-API中转站/2026-03-13_Z-API_2978ef59.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# Source: https://github.com/back-101/zyqinglong/blob/main/Z-API.py
|
||||
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/Z-API.py
|
||||
# Repo: back-101/zyqinglong
|
||||
# Path: Z-API.py
|
||||
# UploadedAt: 2026-03-13T04:15:05Z
|
||||
# SHA256: 2978ef593177e01cc1909a0a71d714a837f3b049687027380de321bfe641634b
|
||||
# Category: APP版/抓包
|
||||
# Evidence: cookie/token/authorization/header
|
||||
|
||||
# -*- coding=UTF-8 -*-
|
||||
# @Project QL_TimingScript
|
||||
# @fileName Z-API.py
|
||||
# @author Leon
|
||||
# @EditTime 2026/3/12
|
||||
# const $ = new Env('Z-API中转站');
|
||||
# cron: 0 0 12 * * *
|
||||
from checkin_core import run_checkin
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_checkin(
|
||||
env_name="zapi_cookies",
|
||||
base_url="https://zapi.aicc0.com",
|
||||
origin="https://zapi.aicc0.com",
|
||||
referer="https://zapi.aicc0.com/console/personal",
|
||||
notify_title="Z-API",
|
||||
)
|
||||
Reference in New Issue
Block a user