paddlehub-wechaty-demo icon indicating copy to clipboard operation
paddlehub-wechaty-demo copied to clipboard

feat(scripts): add padlocal puppet support

Open yiakwy opened this issue 4 years ago • 3 comments

Now you can use padlocal now !

Currently padlocal only supports ts backend, but we can build proxy server to response with python client.

  1. source the env file
  2. bash scripts/wcahty_token_gateway_padlocal.sh to download docker image and start the ts proxy server
  3. start the paddle response client

The codes has tested with Wechat account successfully!

yiakwy avatar Jul 22 '21 11:07 yiakwy

hello,看了padlocal的介绍,应该是目前功能最强的puppet了,希望可以在这个demo中顺利使用。 我还有一点需要你的帮助,就是麻烦你能否把padlocal的使用方式在主页README中补充一下。

看了 https://github.com/padlocal/wechaty-puppet-padlocal/wiki/Getting-Started-with-Python-Java-Go 的介绍,感觉用户使用起来会有一点门槛,如果能配上一个step-by-step的使用教程就最好了。

KPatr1ck avatar Jul 26 '21 11:07 KPatr1ck

@KPatr1ck Ok 稍后我在readme里面更新下操作步骤

yiakwy avatar Jul 27 '21 07:07 yiakwy

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操作步骤:

  1. 增加依赖docker
  2. 设置代理服务器端口环境变量(支持非公网设置,如居民住宅网络)
  3. 下载代理服务器镜像,并启动代理服务

yiakwy avatar Aug 05 '21 17:08 yiakwy