Skip to content

Commit 3c76f07

Browse files
authored
add more token related links for better understanding
1 parent 975f24e commit 3c76f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
4040

4141
3. Set token for your bot
4242

43+
You need a [Wechaty Puppet Service](https://wechaty.js.org/docs/puppet-services/) Token first, you can learn how to get it from our official docs at <https://wechaty.js.org/docs/puppet-services/>.
44+
4345
```sh
4446
# examples/ding-dong-bot.py : func-> main()
4547
# it must be donut token
@@ -55,6 +57,8 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
5557
export token=your_token_at_here
5658
```
5759

60+
> Learn more about the token related concepts by reading our blog post: [Introducing Wechaty Puppet Service (Providers), @huan, Jan 14, 2021](https://wechaty.js.org/2021/01/14/wechaty-puppet-service/)
61+
5862
4. Run the bot
5963

6064
```shell

0 commit comments

Comments
 (0)