Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaofei committed Nov 8, 2023
1 parent f3d0644 commit 2668aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ make test

## QA
- wechaty-puppet-service: WECHATY_PUPPET_SERVICE_TOKEN not found ?
- go-wechaty [wechaty](https://github.com/wechaty/wechaty)(TypeScript) 的 go 语言实现,启动 wechaty 需要 puppet,但目前已知 puppet 都是使用 TypeScript 语言编写,为了能让 go-wechaty 使用这些 puppet,我们可以使用 wechaty-gateway 把 puppet 转换为 grpc 服务,让 go-wechaty 去连接 grpc 服务,go-wechaty -> wechaty-gateway -> puppet,文档: https://wechaty.js.org/docs/puppet-services/diy/
- 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/
- puppet list: https://wechaty.js.org/docs/puppet-providers/

## See Also
Expand Down

0 comments on commit 2668aa6

Please sign in to comment.