Skip to content

Commit f3d0644

Browse files
committed
update readme
1 parent 01b24f2 commit f3d0644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ make install
8787
make test
8888
```
8989

90+
## QA
91+
- wechaty-puppet-service: WECHATY_PUPPET_SERVICE_TOKEN not found ?
92+
- 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/
93+
- puppet list: https://wechaty.js.org/docs/puppet-providers/
94+
9095
## See Also
9196

9297
- [Learn Go in 12 Minutes](https://www.youtube.com/watch?v=C8LgvuEBraI)

0 commit comments

Comments
 (0)