Skip to main content

企业微信开发接口

Project description

企业微信接口

项目介绍

封装企业微信接口,发送消息.

安装教程

上传

export VERSION=0.0.2.3
python setup.py sdist && twine upload -u haifengat dist/*$VERSION*.gz && \
python setup.py bdist_wheel && twine upload -u haifengat dist/*$VERSION*.whl

pip install work_weixin

使用说明

launch.json

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "main.py",
            "cwd": "${workspaceFolder}",
            "env": {
                "corpid": "wxxxxxxxxxxxxxxxxxxx",
                "agentid": "nnnnnnnn",
                "secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
            },
            "console": "integratedTerminal"
        }
    ]
}

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

work_weixin-0.0.2.3.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

work_weixin-0.0.2.3-py3-none-any.whl (9.8 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