玛卡巴子 (@linmo33) 在 顺丰中秋活动,附带青龙脚本 中发帖
把之前龙舟代码糊了一下,打开小程序或APP-我的-积分, 捉以下几种url之一,把整个url放到变量 sfsyUrl 里
# !/usr/bin/python3
# -- coding: utf-8 --
"""
打开小程序或APP-我的-积分, 捉以下几种url之一,把整个url放到变量 sfsyUrl 里,多账号换行分割
https://mcs-mimp-web.sf-express.com/mcs-mimp/share/weChat/activityRedirect
https://mcs-mimp-web.sf-express.com/mcs-mimp/share/app/shareRedirect
每天跑一到两次就行
"""
# cron: 11 6,9,12,15,18 * * *
# const $ = new Env("顺丰速运");
import hashlib
imp...