We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ef8b5 commit d60844aCopy full SHA for d60844a
README.md
@@ -46,6 +46,14 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
46
export WECHATY_PUPPET=wechaty-puppet-service
47
export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here
48
```
49
+
50
+ or you can use `TOKEN` or `token` environment variable alias name to set **token**, for example:
51
52
+ ```shell
53
+ export TOKEN=your_token_at_here
54
+ # or
55
+ export token=your_token_at_here
56
+ ```
57
58
4. Run the bot
59
0 commit comments