# 企业微信PUSHPULL **Repository Path**: jerryliang122/enterprise-wechat-pushpull ## Basic Information - **Project Name**: 企业微信PUSHPULL - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2022-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 企业微信PUSHPULL #### 介绍 这是一个使用flask的企业微信推送,接受企业微信消息。部分代码参照https://github.com/easychen/wecomchan 和 https://github.com/sbzhu/weworkapi_python #### 软件架构 wechenpush.py发送消息至企业微信应用。 web.py 将 wechenpush.py封装为可以GET发送以及对温湿度进行接收 WXBizMsgCrypt3.py是企业微信加解密使用方式 #### 安装教程 python3.9 poetry install