We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前padlocal已经不可用,新的ipad协议需要联系开发者获取,token 前缀为puppet_matrix_, 请注意不要填puppet_padlocal_的token
puppet_matrix_
puppet_padlocal_
镜像名与默认镜像名一致
docker pull aibotk/wechat-assistant:latest
获取异地登录器并启动,拿到bridgeId,在扫码登录前请勿关闭,主要防止异地登录,扫码登录后确定手机上已经登录成功即可关闭
有bridgeId启动
docker run -d -e MATRIX_TOKEN="你申请的ipdatoken" -e MATRIX_BRIDGE_ID="bridge id" -e AIBOTK_KEY="微秘书apikey" -e AIBOTK_SECRET="微秘书apiSecret" --name=wechatbot aibotk/wechat-assistant
无bridgeId启动
docker run -d -e MATRIX_TOKEN="你申请的ipdatoken" -e AIBOTK_KEY="微秘书apikey" -e AIBOTK_SECRET="微秘书apiSecret" --name=wechatbot aibotk/wechat-assistant
通常第一次登录,大概一天或者两天后可能掉线,这时候需要删除容器,按照上述步骤重新部署即可,后续基本就不会掉线了
The text was updated successfully, but these errors were encountered:
使用padlocal协议报这个异常
Sorry, something went wrong.
padlocal 第三方作者已经不维护,请试用新版ipad matrix 协议
No branches or pull requests
ipad 协议
目前padlocal已经不可用,新的ipad协议需要联系开发者获取,token 前缀为
puppet_matrix_
, 请注意不要填puppet_padlocal_
的tokenstep1: 拉取镜像
镜像名与默认镜像名一致
step2: 启动异地登陆器
获取异地登录器并启动,拿到bridgeId,在扫码登录前请勿关闭,主要防止异地登录,扫码登录后确定手机上已经登录成功即可关闭
step3: 启动docker
有bridgeId启动
无bridgeId启动
注意
通常第一次登录,大概一天或者两天后可能掉线,这时候需要删除容器,按照上述步骤重新部署即可,后续基本就不会掉线了
The text was updated successfully, but these errors were encountered: