Update main.py 更新成功和更新失败的错误消息,进行合并发送。增加允许通知的时间。修改 user_agent ,避免无头模式被检测#72
Open
nethawkhu wants to merge 7 commits intoicepage:mainfrom
Open
Update main.py 更新成功和更新失败的错误消息,进行合并发送。增加允许通知的时间。修改 user_agent ,避免无头模式被检测#72nethawkhu wants to merge 7 commits intoicepage:mainfrom
nethawkhu wants to merge 7 commits intoicepage:mainfrom
Conversation
更新成功和更新失败的错误消息,进行合并发送,账号较多的时候,可以减少通知的数量。
增加企业微信应用通道发送消息
增加企业微信应用的消息通道配置
增加允许通知的时间,更新错误时可添加的附加消息放到配置中,增加用户备注。 以上功能需同时更新 config.py 中的对应配置项。
增加账号备注信息,更新失败消息的附加信息,允许发送消息的时间段设置项。注意如果有中文,务必确保 config.py 文件的格式为 UTF-8 。
修改 user_agent ,避免无头模式被检测。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新成功和更新失败的错误消息,进行合并发送,账号较多的时候,可以减少通知的数量。
增加企业微信应用通道发送消息
增加允许通知的时间,更新错误时可添加的附加消息放到配置中,增加用户备注。
修改 user_agent ,避免无头模式被检测