签到功能初始化
消息计数定时任务入库
This commit is contained in:
4
main.py
4
main.py
@@ -58,8 +58,10 @@ def main(chat_type: int):
|
||||
robot.onEveryTime("10:30", robot.sendEpicFreeGames)
|
||||
|
||||
|
||||
# message report
|
||||
# message report 1:数据自动从redis 转到sqllite
|
||||
robot.onEveryTime("00:30", robot.messageCountToDB)
|
||||
# 从db中提取并发送给相关群
|
||||
robot.onEveryTime("09:30", robot.generateAndSendRanking)
|
||||
|
||||
# 让机器人一直跑
|
||||
robot.keepRunningAndBlockProcess()
|
||||
|
||||
Reference in New Issue
Block a user