Skip to content

Commit e47fae5

Browse files
authored
更新腾讯云函数配置方法
1 parent d55209d commit e47fae5

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# 使用方法
55

6-
6+
***本地部署***
77

88
前提:
99

@@ -16,12 +16,25 @@
1616
1717
1、main.py中填写cookie_str(通过浏览器登录keylol.com, F12 Network标签下获取),
1818
user_page(keylol个人信息页面,如https://keylol.com/suid-123456 ),
19-
plus_key([www.pushplus.plus](http://www.pushplus.plus/) 的token)
19+
plus_key(http://www.pushplus.plus/ 的token)
2020
2121
2、python main.py
2222
2323
3、可通过crontab或云函数定时执行
2424
25+
***腾讯云函数部署***
26+
27+
1、创建腾讯云函数
28+
29+
2、自定义创建
30+
31+
3、本地上传zip包(https://github.com/nix18/KeylolAutoCheck/releases/download/V1.0/KeylolAutoCheck.V1.0.zip)
32+
33+
4、index.py中填写cookie_str(通过浏览器登录keylol.com, F12 Network标签下获取),
34+
user_page(keylol个人信息页面,如https://keylol.com/suid-123456 ),
35+
plus_key(http://www.pushplus.plus/ 的token),部署
36+
37+
5、触发管理->创建定时触发器->自定义触发周期(Cron表达式: 0 0 5 * * * *)->测试完成
2538

2639
# Licence
2740

0 commit comments

Comments
 (0)