Skip to content
New issue

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

【使用文档】如何使用ipad协议 #61

Open
leochen-g opened this issue Mar 29, 2024 · 2 comments
Open

【使用文档】如何使用ipad协议 #61

leochen-g opened this issue Mar 29, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@leochen-g
Copy link
Owner

leochen-g commented Mar 29, 2024

ipad 协议

目前padlocal已经不可用,新的ipad协议需要联系开发者获取,token 前缀为puppet_matrix_, 请注意不要填puppet_padlocal_的token

step1: 拉取镜像

镜像名与默认镜像名一致

docker pull aibotk/wechat-assistant:latest

step2: 启动异地登陆器

获取异地登录器并启动,拿到bridgeId,在扫码登录前请勿关闭,主要防止异地登录,扫码登录后确定手机上已经登录成功即可关闭

step3: 启动docker

有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

注意

通常第一次登录,大概一天或者两天后可能掉线,这时候需要删除容器,按照上述步骤重新部署即可,后续基本就不会掉线了

@leochen-g leochen-g added the documentation Improvements or additions to documentation label Mar 29, 2024
@leochen-g leochen-g changed the title 如何使用padlocal协议 【使用文档】如何使用padlocal协议 Mar 29, 2024
@colinWaq
Copy link

使用padlocal协议报这个异常

image

@leochen-g leochen-g changed the title 【使用文档】如何使用padlocal协议 【使用文档】如何使用ipad协议 Jan 9, 2025
@leochen-g
Copy link
Owner Author

使用padlocal协议报这个异常

image

padlocal 第三方作者已经不维护,请试用新版ipad matrix 协议

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants