We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2743 commit 698e277Copy full SHA for 698e277
README.md
@@ -39,8 +39,8 @@ Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create
39
```sh
40
# examples/ding-dong-bot.py : func-> main()
41
# it must be donut token
42
- export WECHATY_PUPPET=wechaty-puppet-hostie
43
- export WECHATY_PUPPET_HOSTIE_TOKEN=your_token_at_here
+ export WECHATY_PUPPET=wechaty-puppet-service
+ export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here
44
```
45
46
4. Run the bot
0 commit comments