Skip to content

Commit 99464d2

Browse files
authored
Update README.md
1 parent 543c5fa commit 99464d2

File tree

1 file changed

+15
-30
lines changed

1 file changed

+15
-30
lines changed

README.md

+15-30
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ Python Wechaty Starter Project Template that Works Out-of-the-Box
1111

1212
Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create a chatbot in 6 lines of Python.
1313

14-
## Quick Start
15-
16-
#### Requirements
14+
## Requirements
1715

18-
1. python3.7 +
16+
1. python3.7+
1917

20-
#### Run
18+
## Quick Start
2119

22-
1. **Clone python-wechaty-getting-started repository**
20+
1. Clone python-wechaty-getting-started repository
2321

2422
```shell
2523
git clone https://github.com/wechaty/python-wechaty-getting-started
@@ -36,13 +34,14 @@ Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create
3634

3735
3. Set token for your bot
3836

39-
```python
40-
# examples/ding-dong-bot.py : func-> main()
41-
# it must be donut token
42-
token = 'your-token-here'
43-
```
37+
```sh
38+
# examples/ding-dong-bot.py : func-> main()
39+
# it must be donut token
40+
export WECHATY_PUPPET=wechaty-puppet-hostie
41+
export WECHATY_PUPPET_HOSTIE_TOKEN=your_token_at_here
42+
```
4443

45-
4. Running the bot
44+
4. Run the bot
4645

4746
```shell
4847
make bot
@@ -62,32 +61,18 @@ Wechaty.instance() // Global Instance
6261
.start()
6362
```
6463

65-
## Requirements
66-
67-
1. Python 3.7+
68-
69-
## Install
70-
71-
```shell
72-
make install
73-
```
74-
75-
## Run
76-
77-
```shell
78-
export WECHATY_PUPPET_HOSTIE_TOKEN=your_token_at_here
79-
make bot
80-
```
81-
8264
## Wechaty Getting Started in Multiple Languages
8365

8466
- [TypeScript Wechaty Getting Started](https://github.com/wechaty/wechaty-getting-started)
8567
- [Python Wechaty Getting Started](https://github.com/wechaty/python-wechaty-getting-started)
8668
- [Java Wechaty Getting Started](https://github.com/wechaty/java-wechaty-getting-started)
8769
- [Go Wechaty Getting Started](https://github.com/wechaty/go-wechaty-getting-started)
8870

71+
## Maintainers
72+
73+
8974
## Copyright & License
9075

91-
- Code & Docs © 2020-now Wechaty <https://github.com/wechaty>
76+
- Code & Docs © 2020 Wechaty <https://github.com/wechaty>
9277
- Code released under the Apache-2.0 License
9378
- Docs released under Creative Commons

0 commit comments

Comments
 (0)