This is a simple but runnable wechat official account reply server base on flask and gevent.
- 1 WeChat Official Account msg encode and decode
- 2 msg reply
- 3 it's just a runnable demo
- 1 add log module
- 2 add other logic code if you need
you need perpare some env:
pip install pycrypto
pip install flask
pip install gevent
pip install requests
then run in cmd:
python wxofficialreply.py