52pojie 吾爱破解论坛 签到 支持云函数/服务器等Py3环境运行

Overview

52pojie-Checkin

52pojie 吾爱破解论坛 签到

Py3单程序 支持云函数/服务器等Py3环境运行

只需要Cookie即可运行

新版说明

依赖包请用项目 https://github.com/BlueSkyXN/requirements-serverless

需要填写的参数有 cookie,TGBOTAPI,TGID

可在云函数环境变量中填写,也可以直接改文件(记得加引号,单双应该都行)

内置TG推送

格式如下:

🏆 52破解签到姬 🏆

签到成功

支持云函数和服务器运行

参考博客类似部署项目

比如:https://www.blueskyxn.com/202107/4816.html

整合包在 Release页面

配置文件

全部写死在文件内,直接改文件,不需要外挂变量

参考项目

https://github.com/sanshuifeibing/ExampleForSCF

https://github.com/BlueSkyXN/189Cloud-Checkin

You might also like...
Comments
  • 腾讯云函数提示错误

    腾讯云函数提示错误

    翻下日志,从11月5号开始就报错了,今天换了cookie重新运行,还是报错,错误日志如下

    START RequestId:ebb26ed2-a56e-4d73-b285-e3acc0c1a99f

    Starting new HTTPS connection (1): www.52pojie.cn:443

    https://www.52pojie.cn:443 "GET /home.php?mod=task&do=apply&id=2 HTTP/1.1" 200 None

    Starting new HTTPS connection (1): www.52pojie.cn:443

    https://www.52pojie.cn:443 "GET /home.php?mod=task&do=draw&id=2 HTTP/1.1" 200 None

    ERROR RequestId:ebb26ed2-a56e-4d73-b285-e3acc0c1a99f Result:{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Traceback (most recent call last):\n File "/var/user/index.py", line 60, in main_handler\n main()\n File "/var/user/index.py", line 43, in main\n fc=fb.find('div',id='messagetext').find('p').text\nAttributeError: 'NoneType' object has no attribute 'find'","statusCode":430}

    END RequestId:ebb26ed2-a56e-4d73-b285-e3acc0c1a99f

    Report RequestId:ebb26ed2-a56e-4d73-b285-e3acc0c1a99f Duration:417ms Memory:128MB MemUsage:30.230469MB

    opened by yxnwh 3
Owner
BlueSkyXN
啊啦啊啦,小心二刺螈
BlueSkyXN