paddlehub-wechaty-demo
paddlehub-wechaty-demo copied to clipboard
feat(scripts): add padlocal puppet support
Now you can use padlocal now !
Currently padlocal only supports ts backend, but we can build proxy server to response with python client.
- source the env file
bash scripts/wcahty_token_gateway_padlocal.shto download docker image and start the ts proxy server- start the paddle response client
The codes has tested with Wechat account successfully!
hello,看了padlocal的介绍,应该是目前功能最强的puppet了,希望可以在这个demo中顺利使用。 我还有一点需要你的帮助,就是麻烦你能否把padlocal的使用方式在主页README中补充一下。
看了 https://github.com/padlocal/wechaty-puppet-padlocal/wiki/Getting-Started-with-Python-Java-Go 的介绍,感觉用户使用起来会有一点门槛,如果能配上一个step-by-step的使用教程就最好了。
@KPatr1ck Ok 稍后我在readme里面更新下操作步骤
hello,看了padlocal的介绍,应该是目前功能最强的puppet了,希望可以在这个demo中顺利使用。 我还有一点需要你的帮助,就是麻烦你能否把padlocal的使用方式在主页README中补充一下。
看了 https://github.com/padlocal/wechaty-puppet-padlocal/wiki/Getting-Started-with-Python-Java-Go 的介绍,感觉用户使用起来会有一点门槛,如果能配上一个step-by-step的使用教程就最好了。
更新了README.md操作步骤:
- 增加依赖docker
- 设置代理服务器端口环境变量(支持非公网设置,如居民住宅网络)
- 下载代理服务器镜像,并启动代理服务