@@ -11,15 +11,13 @@ Python Wechaty Starter Project Template that Works Out-of-the-Box
11
11
12
12
Wechaty is a RPA SDK for Wechat ** Individual** Account that can help you create a chatbot in 6 lines of Python.
13
13
14
- ## Quick Start
15
-
16
- #### Requirements
14
+ ## Requirements
17
15
18
- 1 . python3.7 +
16
+ 1 . python3.7+
19
17
20
- #### Run
18
+ ## Quick Start
21
19
22
- 1 . ** Clone python-wechaty-getting-started repository**
20
+ 1 . Clone python-wechaty-getting-started repository
23
21
24
22
``` shell
25
23
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
36
34
37
35
3 . Set token for your bot
38
36
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
+ ```
44
43
45
- 4 . Running the bot
44
+ 4. Run the bot
46
45
47
46
` ` ` shell
48
47
make bot
@@ -62,32 +61,18 @@ Wechaty.instance() // Global Instance
62
61
.start ()
63
62
` ` `
64
63
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
-
82
64
# # Wechaty Getting Started in Multiple Languages
83
65
84
66
- [TypeScript Wechaty Getting Started](https://github.com/wechaty/wechaty-getting-started)
85
67
- [Python Wechaty Getting Started](https://github.com/wechaty/python-wechaty-getting-started)
86
68
- [Java Wechaty Getting Started](https://github.com/wechaty/java-wechaty-getting-started)
87
69
- [Go Wechaty Getting Started](https://github.com/wechaty/go-wechaty-getting-started)
88
70
71
+ # # Maintainers
72
+
73
+
89
74
# # Copyright & License
90
75
91
- - Code & Docs © 2020-now Wechaty < https://github.com/wechaty >
76
+ - Code & Docs © 2020 Wechaty < https://github.com/wechaty>
92
77
- Code released under the Apache-2.0 License
93
78
- Docs released under Creative Commons
0 commit comments