加入绅士R15的内容

This commit is contained in:
liuwei
2025-12-10 14:53:54 +08:00
parent 33897dc1cd
commit e204610bc5
3 changed files with 239 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ from configuration import Config
from db.connection import DBConnectionManager
from db.contacts_db import ContactsDBOperator
from plugins.xiuren_image.meitu_dl import meitu_dowload_pub_pic
from plugins.xiuren_image.shenshi_r15 import run_daily_job
from utils.email_util import EmailSender
from utils.revoke.message_auto_revoke import MessageAutoRevoke
from utils.robot_cmd.robot_command import GroupBotManager, Feature, PermissionStatus
@@ -709,6 +710,13 @@ class Robot:
except Exception as e:
self.LOG.error(f"xiu_ren_download_task error{e}")
async def shen_shi_download_task(self):
try:
# 每天下载10组图然后发一个帖子PDF
run_daily_job()
except Exception as e:
self.LOG.error(f"shen_shi_download_task error{e}")
async def generate_and_send_ranking(self):
try:
receivers = self.gbm.get_group_list()