wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
774 stars 342 forks source link

feat: add the example for walnut #240

Closed fabian4 closed 2 years ago

fabian4 commented 2 years ago

I'm submitting a...

[ ] Bug Fix
[x] Feature
[ ] Other (Refactoring, Added tests, Documentation, ...)

Checklist

Description

Add a new puppet: Walnut (which works for 5G chat bot)

  1. set your environment variable first
    • WECHATY_PUPPET_WALNUT_APPID: Chatbot的AppId
    • WECHATY_PUPPET_WALNUT_APPKEY:Chatbot的AppKey
    • WECHATY_PUPPET_WALNUT_SIPID: Chatbot的sipId
  2. your can experience it by run
    npm run start:walnut

Does this PR introduce a breaking change?

[ ] Yes
[x] No
gitpod-io[bot] commented 2 years ago

su-chang commented 2 years ago

Need to add readme for how to use walnut.