We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55cfed4 + d60844a commit 53c1194Copy full SHA for 53c1194
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