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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file wechat_work-0.0.3.tar.gz.

File metadata

  • Download URL: wechat_work-0.0.3.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.9

File hashes

Hashes for wechat_work-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4c119ad7aa475787e4ee812e6f233fcddc5ef37dcba87649335c3cf6bb9294ea
MD5 ef0ca81a16b9d90b0512277f9add0922
BLAKE2b-256 14df752bb587ed51aa3a1545491e84f0baa44aa1019b89761e07c5f871377ee3

See more details on using hashes here.

File details

Details for the file wechat_work-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: wechat_work-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.9

File hashes

Hashes for wechat_work-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 244d95949c8550a1bb871071728b66ebdfe3bef4cbada9c0c223bae2a67c4ad7
MD5 63a2fadd1557e6018e615c0b1dc8bedf
BLAKE2b-256 f513b5d9e222b90124742e1a2bf891a2afef8d71e780aa777fa7a9b0c81acd63

See more details on using hashes here.

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