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/FCAPI.py
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/FCAPI.py
# Repo: back-101/zyqinglong
# Path: FCAPI.py
# UploadedAt: 2026-03-16T04:42:35Z
# SHA256: 8f67b1f15f44591d48f12216dc4a28f781ba25b80af1c1cbc321af55f46c983f
# 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('发财网API中转站');
# cron: 0 0 12 * * *
from checkin_core import run_checkin
if __name__ == "__main__":
run_checkin(
env_name="fc_cookies",
base_url="https://ai.facai.cloudns.org",
origin="https://ai.facai.cloudns.org",
referer="https://ai.facai.cloudns.org/console/personal",
notify_title="发财网API",
)