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 01b24f2 commit f3d0644
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ make install
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/
- puppet list: https://wechaty.js.org/docs/puppet-providers/

## See Also

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

0 comments on commit f3d0644

Please sign in to comment.