qyweixin
Enterprise weixin, interface.
Usage
- get token
>>> import qyweixin
>>> token = qyweixin.get_token('corpid', 'corpsecret')
>>> token
...- push message
>>> import qyweixin
>>> push_msg = qyweixin.WeixinPush()
>>> push_msg.push_text_msg(token=token, agentid=0, content='test msg', touser='test', toparty='test_group', totag='', safe=0)
True- upload files
>>> import qyweixin
>>> media_id = qyweixin.upload(token, filename, filepath, filetype)
...Features
- push messages
- uploads media
- manage media
- more qyweixin api
Installation
To install qyweixin, simply:
$ pip install qyweixinNotice
This package on v0.3.0 has one broken api. When the message fails to send, the details are returned.
License
Copyright (C) 2015-2018 TaoBeier

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
