https://github.com/soulmachine/weixinqunzhushou
微信群助手机器人
https://github.com/soulmachine/weixinqunzhushou
chat-bot wechat
Last synced: 8 months ago
JSON representation
微信群助手机器人
- Host: GitHub
- URL: https://github.com/soulmachine/weixinqunzhushou
- Owner: soulmachine
- License: apache-2.0
- Created: 2017-02-01T19:49:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T04:16:20.000Z (over 9 years ago)
- Last Synced: 2025-07-22T19:46:44.469Z (11 months ago)
- Topics: chat-bot, wechat
- Language: Python
- Size: 22.5 KB
- Stars: 15
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weixinqunzhushou
微信群助手机器人
## 部署
确保 mongodb 能够连接得上,在Docker里`localhost`和`127.0.0.1`指向的就是Docker容器本身,因此不能用了,要直接用 MongoDB的IP地址。
运行,
python3 main.py --host --port
通过Docker运行,
docker run -it --rm -v $(pwd):/code/wxqzs -w /code/wxqzs soulmachine/itchat python3 main.py --host 0.tcp.ngrok.io --port 16960