diff --git a/config.yaml b/config.yaml index 4b9cd05..0fe339e 100644 --- a/config.yaml +++ b/config.yaml @@ -39,10 +39,10 @@ logging: handlers: [console, info_file_handler, error_file_handler] groups: - enable: [45317011307@chatroom,49571962306@chatroom,43687793133@chatroom] # 允许响应的群 roomId,大概长这样:2xxxxxxxxx3@chatroom + enable: [45317011307@chatroom,49571962306@chatroom] # 允许响应的群 roomId,大概长这样:2xxxxxxxxx3@chatroom news: - receivers: [45317011307@chatroom,49571962306@chatroom,43687793133@chatroom] # 定时新闻接收人(roomid 或者 wxid) + receivers: [45317011307@chatroom,49571962306@chatroom] # 定时新闻接收人(roomid 或者 wxid) report_reminder: receivers: [] # 定时日报周报月报提醒(roomid 或者 wxid) diff --git a/requirements.txt b/requirements.txt index 950c616..69299e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,9 @@ beautifulsoup4~=4.12.3 httpx~=0.28.1 pyttsx3~=2.98 redis~=5.2.1 -PyMySQL~=1.1.1 \ No newline at end of file +PyMySQL~=1.1.1 +websocket-client~=1.8.0 +selenium~=4.28.1 +webdriver-manager~=4.0.2 +reportlab~=4.3.0 +PyPDF2~=3.0.1 \ No newline at end of file