Skip to content

Instantly share code, notes, and snippets.

@z4jst
z4jst / PingMe-WeTalk.sgmodule
Last active May 15, 2026 06:41
Surge module: PingMe + WeTalk automation
#!name=PingMe + WeTalk 自动签到
#!desc=Surge 模块整合版:PingMe / WeTalk 自动签到 + 视频奖励。首次使用需分别打开两个 App 触发抓参。
#!author=fmz200 / TG@ZenMoFiShi / Hermes Surge fixed
[Script]
PingMe 获取参数 = type=http-request,pattern=^https:\/\/api\.pingmeapp\.net\/app\/queryBalanceAndBonus,script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js,requires-body=false,timeout=60
PingMe 签到 = type=cron,cronexp="0 * * * *",script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/PingMe/PingMeSignin.js,timeout=180,wake-system=1
WeTalk 获取参数 = type=http-request,pattern=^https:\/\/api\.wetalkapp\.com\/app\/queryBalanceAndBonus,script-path=https://gist.githubusercontent.com/z4jst/f55692d719d127743d517c44cec91bb5/raw/WeTalk-Surge-fixed.js,requires-body=false,timeout=60
WeTalk 签到 = type=cron,cronexp="0 * * * *",script-path=https://gist.githubusercontent.com/z4jst/f55692d719d127743d517c44cec91bb5/raw/WeTalk-Surge-fixed.js,timeout=180,wake-system=1
@z4jst
z4jst / vps_toolbox_public.sh
Last active May 11, 2026 00:54
🍉 自用 VPS 管理脚本-公开版
#!/bin/bash
# =========================================================
# Name : vps_toolbox.sh
# Description : 🍉 自用 VPS 管理脚本-公开版
# Author : z4jst
# Version : 2.0
# Created : 2026-01-08
# Updated : 2026-03-24
# License : MIT
# Repository : https://github.com/z4jst