Skip to content

Commit 53c1194

Browse files
authored
Merge pull request #53 from wj-Mcat/master
add token environment variable alias name
2 parents 55cfed4 + d60844a commit 53c1194

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
4646
export WECHATY_PUPPET=wechaty-puppet-service
4747
export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here
4848
```
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+
```
4957

5058
4. Run the bot
5159

0 commit comments

Comments
 (0)