alertlib:用于为各种平台发送警报的库

时间:2024-06-05 16:54:49
【文件属性】:

文件名称:alertlib:用于为各种平台发送警报的库

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 16:54:49

Python

警报库 用于为各种平台发送警报的库 用法 电子邮件 from alertlib import send_to_email ## mandrill_login = [mandrill_login, mandrill_password] send_to_email ( mandrill_login , email_from = 'alertlib@skypicker.com' , email_to = [ 'some.mail@host.com' ], subject = 'alert' , message = '' , list_of_files = []) 松弛 简单的 from alertlib import send_to_slack # when sending to user then send_to must start with '@' # when sending to


【文件预览】:
alertlib-master
----LICENSE(1KB)
----requirements.txt(23B)
----setup.py(654B)
----.gitignore(702B)
----alertlib()
--------__init__.py(4KB)
----README.md(2KB)

网友评论