- 修改config.py中的文件路径和定时发送时间 - 在各个脚本中添加日志记录功能,提升错误追踪和调试能力 - 更新README.md,详细说明程序功能和使用方法 - 重构scheduler.py、sendmsg.py、send_openmsg.py和send_filemsg.py,增强代码可读性和可维护性
10 lines
451 B
Python
10 lines
451 B
Python
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圈有啥新鲜事!"
|
||
} |