Collect authenticated Qinglong scripts batch

This commit is contained in:
Hermes Agent
2026-05-24 03:53:42 +00:00
parent 0d80b33d25
commit 28d62fef03
86 changed files with 18420 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
# Source: https://github.com/back-101/zyqinglong/blob/main/DGB.py
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/DGB.py
# Repo: back-101/zyqinglong
# Path: DGB.py
# UploadedAt: 2026-04-01T04:49:35Z
# SHA256: 088295b00248471126407a7c10abdee790c1800cca0349f240ef4847bb36a7e8
# Category: APP版/抓包
# Evidence: cookie/token/authorization/header
# -*- coding=UTF-8 -*-
# @Project QL_TimingScript
# @fileName AiPm.py
# @author Leon
# @EditTime 2026/3/12
# const $ = new Env('DGB中转站');
# cron: 0 0 12 * * *
from checkin_core import run_checkin
if __name__ == "__main__":
run_checkin(
env_name="dgb_cookies",
base_url="https://freeapi.dgbmc.top",
origin="https://freeapi.dgbmc.top",
referer="https://freeapi.dgbmc.top/console/personal",
notify_title="DGB",
)