waas-client

WAAS Client


Keywords
Wechaty
License
Other
Install
pip install waas-client==0.0.2

Documentation

Wechaty As A Service

Usage

Run for test

docker pull registry.cn-beijing.aliyuncs.com/deepdialog/waas:latest && \
docker run -it --rm --name=waas \
-p 3010:3010 \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
-v /var/wechaty-bot.memory-card.json:/bot/wechaty-bot.memory-card.json \
registry.cn-beijing.aliyuncs.com/deepdialog/waas:latest

Run for production

docker pull registry.cn-beijing.aliyuncs.com/deepdialog/waas:latest && \
docker run -d --restart=always --name=waas \
-p 3010:3010 \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
-v /var/wechaty-bot.memory-card.json:/bot/wechaty-bot.memory-card.json \
registry.cn-beijing.aliyuncs.com/deepdialog/waas:latest

Install Client

pip install waas-client

DEMO

Simplest echo bot: echo.py