Notice: Actions is unable to sign 98tang since its IP was filtered by Cloudflare. Try to run locally.
How to use in Qinglong (Recommended)
- Export cookies from Browser (
Copy as Node.js fetch
) - Add
FETCH_98TANG
env variable in Qinglong - Add
ql repo https://github.com/xjasonlyu/98tang_daysign
as scheduled task and run it manually - The daysign task would be added automatically
- Export cookies from Browser
- Clone this repository
- Add secrets in repo settings
- Go to
https://www.sehuatang.net/plugin.php?id=dd_sign&view=daysign
- Press
F12
to open the developer console - Locate the
Network
tab - Right click the relevant request, and select
Copy as cURL
orCopy as Node.js fetch
CURL_98TANG
: cURL command string (e.g.curl -H 'xxx:xxx'
)FETCH_98TANG
: Node.js fetch string (e.g.fetch("xxx", ...)
)TG_USER_ID
(optional): @BotFather bot chat IDTG_BOT_TOKEN
(optional): @BotFather bot tokenFLARESOLVERR_URL
andFLARESOLVERR_PROXY
(optional): For CloudFlare WAF bypass, see FlareSolverr for more details