# weixinsample **Repository Path**: JunhaoS/weixinsample ## Basic Information - **Project Name**: weixinsample - **Description**: 一个简单的微信企业号收发消息样例 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #weixinsample ##运行环境 python 2.7 ##依赖包 web.py (pip install web) pycrypto (pip install pycrypto) requests (pip install requests) pickle (pip install pickle) ##发送消息 python WX_SendMsg.py [要发送的消息],比如 python WX_SendMsg.py "TestMessage" 备注:目前只能发英文消息