Skip to content

微信

[新服务]京东签到脚本+Server酱微信通知+腾讯云函数Serverless自动运行

目的 实现无服务器化的京东自动签到 了解Server酱微信通知功能 了解腾讯云函数的使用 参考 https://blog.csdn.net/nsurl/article/details/109691650 电脑端获得京东的登陆Cookie 先登陆 m.jd.com 找到对应的项,获得CookieValue 在浏览器Console当中输入的代码是 Server酱微信通知 登陆 http://sc.ftqq.com/3.version 按要求绑定微信推送即可。 http://sc.ftqq.com/?c=code 可以看到最重要的 SCKEY – 晚点会用到 可以通过类似这个链接给已经绑定的微信发消息 本地签到 腾讯云函数云端运行 启用云函数 https://console.cloud.tencent.com/scf/index 新建函数 新建触发器 测试 – 运行结果在“日志查询”当中和微信推送

企业微信+Server酱CloudFlare Serverless实现消息的自动推送

昨天试的是PHP版本(本馆档案),今天试试用CloudFlare搭建Serverless的方法。 参考 https://www.hostloc.com/thread-807156-1-1.html JS代码 开启新的域名+Worker+路由 试验 浏览器打开 https://your.domain.com?title=test_title2201&description=test_description

企业微信+Server酱PHP实现消息的自动推送

参考 https://www.hostloc.com/thread-806295-1-1.html 开启企业微信并配置 参考 https://shimo.im/docs/38dpjtwWtRRVQ6Wy/read 自己搞一遍 获得AgentID & Secret 获得企业ID (CorpID) 让希望收到通知的微信来扫码关注一下 建立一个网站+SSL+配置server.php文件 vi server.php 之后别忘了 chown -R www:www . && chmod 766 -R . 试验 完整版: https://qywx.xxx.com/server.php?corpid=xxx&corpsecret=xxx&agentid=xxx&title=title&description=desc&url=url 默认版: https://qywx.xxx.com/server.php?title=title1&description=desc1&url=http://baidu.com