We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d130271 commit 2fcc3b1Copy full SHA for 2fcc3b1
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# KeylolAutoCheck
2
-其乐论坛(keylol.com)简易自动签到脚本
+其乐论坛(keylol.com)简易自动签到脚本(支持多用户)
3
4
# 使用方法
5
@@ -35,7 +35,11 @@
35
plus_key(http://www.pushplus.plus/ 的token),部署
36
37
5、触发管理->创建定时触发器->自定义触发周期(Cron表达式: 0 0 5 * * * *)->测试完成
38
-
+
39
+ ***多用户配置***
40
41
+ 在main.py或index.py中创建usr对象,并放入user_list中,例如user_list = [usr0, usr1]
42
43
# Licence
44
45
[Apache Licence](https://github.com/nix18/KeylolAutoCheck/raw/master/LICENSE)
0 commit comments