群晖docker搭建wechaty + telegram bot,将微信消息转发至tg
docker run -d --name leavexchat \
-v ./config/config.json:/config.json \
artxia/leavexchat-bot-docker
运行成功后,在 telegram bot 输入 /start
开始
原项目:leavexchat-bot
群晖docker搭建wechaty + telegram bot,将微信消息转发至tg
docker run -d --name leavexchat \
-v ./config/config.json:/config.json \
artxia/leavexchat-bot-docker
运行成功后,在 telegram bot 输入 /start
开始
原项目:leavexchat-bot