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
- Host: GitHub
- URL: https://github.com/mcxiaoke/wechat-robot
- Owner: mcxiaoke
- Created: 2018-01-26T05:59:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T01:05:06.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T05:33:57.121Z (7 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```