teddy f96d1eb08d feat: 更新配置和增强日志记录功能
- 修改config.py中的文件路径和定时发送时间
- 在各个脚本中添加日志记录功能,提升错误追踪和调试能力
- 更新README.md,详细说明程序功能和使用方法
- 重构scheduler.py、sendmsg.py、send_openmsg.py和send_filemsg.py,增强代码可读性和可维护性
2025-08-21 15:22:55 +08:00

10 lines
451 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CONFIG = {
"app_id": "cli_a8d64a7be63a500e",
"app_secret": "mcK8aTiq0CLtkzGs2aTZpcnom5J4o6yB",
"open_id": ["ou_c6466a45623096cf7a34d94fe30c6c73", "ou_3b94d0caf83dbced8b0e26af4852a281"],
"file_path": "Z:\\",
"messages_reciever": "文件传输助手",
"checking_time": "15:19",
"sending_time": "15:20",
"message": "新的一天从华智长盈每日AI新闻开始让我们一起看看今天AI圈有啥新鲜事"
}