https://github.com/gsw945/wechat-demo4dev
微信Demo(用于开发演示)
https://github.com/gsw945/wechat-demo4dev
flask wechat wechatpy
Last synced: 11 months ago
JSON representation
微信Demo(用于开发演示)
- Host: GitHub
- URL: https://github.com/gsw945/wechat-demo4dev
- Owner: gsw945
- License: mit
- Created: 2018-11-20T17:48:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T17:54:28.000Z (over 7 years ago)
- Last Synced: 2025-04-13T20:44:55.080Z (about 1 year ago)
- Topics: flask, wechat, wechatpy
- Language: Python
- Size: 6.84 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wechat-demo4dev
微信Demo(用于开发演示)
## 使用步骤
```bash
pip install -r requirements.txt
python run.py
```
## 开发注意
* 将程序放置于服务器,将服务器IP添加到微信IP白名单,即可去掉`run.py`中的代理部分的代码
* nginx配置文件: `app-nginx.conf`
* 微信开发参数: `src/wechat.py` 中的 `CFG`