https://github.com/gsw945/wechat-platform
微信订阅号运营平台
https://github.com/gsw945/wechat-platform
flask wechat
Last synced: 11 months ago
JSON representation
微信订阅号运营平台
- Host: GitHub
- URL: https://github.com/gsw945/wechat-platform
- Owner: gsw945
- License: mit
- Created: 2018-11-19T10:22:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T01:39:29.000Z (over 7 years ago)
- Last Synced: 2025-04-04T05:02:50.311Z (about 1 year ago)
- Topics: flask, wechat
- Language: CSS
- Size: 5.99 MB
- Stars: 5
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wechat-platform
微信订阅号运营平台
> ### 基于 [gsw945/flask-bigger4edu](https://github.com/gsw945/flask-bigger4edu) 开发
---
### 安装依赖包
```shell
pip install -r requirements.txt
```
### 开发运行
```shell
python ./run.py
# 或者
python manage.py runserver --host 0.0.0.0 --port 5555
# 查看运行帮助
python manage.py runserver --help
```