corpwechat

a qiye wechat api module, 企业微信的API相关的python实现 https://work.weixin.qq.com/api/doc


Keywords
api, 企业微信, 微信, wechat, corpwechat
License
GPL-3.0
Install
pip install corpwechat==0.0.3

Documentation

corpwechat

corp wechat utils, api(s) of corp wechat

Usage

from corpwechat import API
configpath = '/path/to/only_you_can_read_and_write.json'
api = API(configpath)
tk = api.get_token()
api.push_text_msg(agentid=0, content='what you want to push'...)