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

https://github.com/mcxiaoke/wechat-robot

wechat robot using flask
https://github.com/mcxiaoke/wechat-robot

Last synced: 5 months ago
JSON representation

wechat robot using flask

Awesome Lists containing this project

README

          

# wechat-robot
wechat robot using flask

# deploy

```
# install requirements
apt install nginx redis python python-pip
# set your wechat api token and secret key, config.py
cp config_example.py config.py # modify it
# test run app
```