python 微信告警:
def wx_notice(content):
wx_content = "/usr/bin/wechat --corpid=**** --corpsecret=**** --msg=‘%s‘ --user=*** --agentid=***" % content
subprocess.run([wx_content],shell=True)
有道上面:微信告警通知
原文:https://www.cnblogs.com/y593216/p/15356838.html