From 149e07c4eced76e5a683b09299db9d33279fec48 Mon Sep 17 00:00:00 2001 From: dchaofei Date: Wed, 8 Nov 2023 10:29:23 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc708ec..b3dbce9 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ make test ## QA - wechaty-puppet-service: WECHATY_PUPPET_SERVICE_TOKEN not found ? - - go-wechaty is the go language implementation of wechaty (TypeScript). Puppet is required to start wechaty, but it is currently known that puppets are written in TypeScript language. In order to enable go-wechaty to use these puppets, we can use wechaty-gateway to convert puppets into grpc service, let go-wechaty connect to the grpc service, go-wechaty -> wechaty-gateway -> puppet, document: https://wechaty.js.org/docs/puppet-services/diy/ + - go-wechaty is the go language implementation of [wechaty](https://github.com/wechaty/wechaty) (TypeScript). Puppet is required to start wechaty, but it is currently known that puppets are written in TypeScript language. In order to enable go-wechaty to use these puppets, we can use wechaty-gateway to convert puppets into grpc service, let go-wechaty connect to the grpc service, go-wechaty -> wechaty-gateway -> puppet, document: https://wechaty.js.org/docs/puppet-services/diy/ - puppet list: https://wechaty.js.org/docs/puppet-providers/ ## See Also