Interface for Tencent enterprise weixin.
Project description
qyweixin
enterprise weixin, interface.
Usage
get token
>>> import qyweixin
>>> qy = qyweixin.AccessToken(corpid, corpsecret)
>>> token = qy.get_token()
>>> token
...
push message
>>> push_msg = qyweixin.WeixinPush()
>>> push_msg.push_text_msg(token=token, content='test msg')
True
Features
uploads media
manage media
receive message
more qyweixin api
Installation
To install qyweixin, simply:
$ pip install qyweixin
HISTORY
2015.09.27 start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qyweixin-0.1.2.tar.gz
(10.1 kB
view hashes)