签到功能初始化

消息计数定时任务入库
This commit is contained in:
liuwei
2025-02-05 14:48:05 +08:00
parent f0a5cfe092
commit cfe495e201
6 changed files with 23 additions and 20 deletions

View File

@@ -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()