This is a package for sending messages to enterprise WeChat applications in zabbix
Project description
This is a package for sending messages to enterprise WeChat applications in zabbix. You can use Github
View at:
https://pypi.org/project/ZabbixQywechat/1.0.1/
pip install ZabbixQywechat
Demo test
from ZabbixQywechat import Qywechat
import sys
Agentid="1000002"
Corpid="1111"
Corpsecret="2222"
PATH="/tmp/test.json"
if __name__ == '__main__':
Touser=sys.argv[1]
Subject=str(sys.argv[2])
Content=str(sys.argv[3])
Result=Qywechat(Agentid,Corpid,Corpsecret,PATH)
Result.SendMSGtoWechat(Touser,Subject,Content)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for ZabbixQywechat-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14fecb23d4830aace7023c148305646f5dd45d6971f07a840aaf8217600ab610 |
|
MD5 | c8a92a83f64cc53d4b946cba4224f435 |
|
BLAKE2b-256 | 1a49c9c9ba7ca18a334527d9edae7e47f6d6f31c6c8f92c2132bf2aa3e23cffb |