A tool for Wechat Work
Project description
企业微信工具
这是一个基于企业微信 API 开发的用于消息通知的 Python 库
Guide
开始之前,请先跟随一下步骤创建一个企业微信应用
Installation
- 通过
pip
安装
pip install wechat_work
- 通过
git
和pip
安装
pip install git+https://github.com/Micro-sheep/wechat_work.git
Examples
from wechat_work import WechatWork
corpid = '企业 ID'
appid = '企业应用 ID'
corpsecret = '企业应用 Secret'
users = ['企业微信的用户账号1', '企业微信的用户账号2']
w = WechatWork(corpid=corpid,
appid=appid,
corpsecret=corpsecret)
# 发送文本
w.send_text('Hello World!', users)
# 发送 Markdown
w.send_markdown('# Hello World', users)
# 发送图片
w.send_image('./hello.jpg', users)
# 发送文件
w.send_file('./hello.txt', users)
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
wechat_work-0.0.3.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for wechat_work-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 244d95949c8550a1bb871071728b66ebdfe3bef4cbada9c0c223bae2a67c4ad7 |
|
MD5 | 63a2fadd1557e6018e615c0b1dc8bedf |
|
BLAKE2b-256 | f513b5d9e222b90124742e1a2bf891a2afef8d71e780aa777fa7a9b0c81acd63 |