Skip to main content

A tool for Wechat Work

Project description

企业微信工具

这是一个基于企业微信 API 开发的用于消息通知的 Python 库

Guide

开始之前,请先跟随一下步骤创建一个企业微信应用

Installation

  • 通过 pip 安装
pip install wechat_work
  • 通过 gitpip 安装
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


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)

Uploaded Source

Built Distribution

wechat_work-0.0.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page