Skip to main content

python sdk for work wechat robots

Project description

介绍

作用:向企业微信群机器人发送信息

使用方式:

  1. 新建 .env,写入企业微信 webhook key,例如:
    WEBHOOK_KEY = "asdf123456"
    
  2. 发送信息
    from dotenv import load_dotenv
    load_dotenv()
    import os
    key = os.getenv("WEBHOOK_KEY")
    from qywx_bot.bot import Bot
    
    bot = Bot(key="...")
    bot.send_text(content="hello world")
    

环境

pip install requests

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

qywx_bot-1.4.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qywx_bot-1.4-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file qywx_bot-1.4.tar.gz.

File metadata

  • Download URL: qywx_bot-1.4.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for qywx_bot-1.4.tar.gz
Algorithm Hash digest
SHA256 cc72bc10a9e9b3851aa0025276662e8a9137c427b52071116ae6760dd4997e26
MD5 b6529d8a4b4aebf7165d2d2d930594b2
BLAKE2b-256 336e5aa9d827eb121c866f9f7348be58a54dfb56ce7abddc97691c1bfa037d24

See more details on using hashes here.

File details

Details for the file qywx_bot-1.4-py3-none-any.whl.

File metadata

  • Download URL: qywx_bot-1.4-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for qywx_bot-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6bee6d0c0c7f7038d842d62de49d2ee4fb7e0ea89421fe743992d93e963547be
MD5 ce83c5859e9b53618abd9eccf25fa09b
BLAKE2b-256 ddb5c31d8d844f1dde794d2609d329d31db69c83996b8976cb2c38382bdbbfdc

See more details on using hashes here.

Supported by

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