An open API service indexing awesome lists of open source software.

https://github.com/gsw945/wechat-platform

微信订阅号运营平台
https://github.com/gsw945/wechat-platform

flask wechat

Last synced: 11 months ago
JSON representation

微信订阅号运营平台

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
```