Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a9c302f

Browse files
committed
update screen shot message
1 parent 53baa59 commit a9c302f

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

projects/chatbot/README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
## Python Wechaty
2-
1+
# Chatbot
32
[python-wechaty](https://github.com/wechaty/python-wechaty) is an unified conversational RPA SDK for chatbot maker. Developer at least use six lines code to create chatbot base on multi-ims, eg: wechat, wechat official account, dingtalk, lark, whatsapp, giter, and so on ...
43

5-
There are [chinese documents](https://wechaty.readthedocs.io/) and [english documents](http://wechaty.js.org/) for developers to create their own chatbots.
4+
There are [chinese documents](https://wechaty.readthedocs.io/) and [english documents](http://wechaty.js.org/) for developers to create their own chatbots.
5+
6+
### Prerequisites
7+
8+
```shell
9+
pip install -r projects/chatbot/requirements.txt
10+
```
11+
12+
### How to run the script
13+
14+
```python
15+
python projects/chatbot/bot.py
16+
```
17+
18+
### Screenshot/GIF showing the sample use of the script
19+
20+
The Run command script above is the best screenshot.
21+
22+
## *Author Name*
23+
24+
[wj-Mcat](https://github.com/wj-Mcat), 吴京京, NLP Researcher, Chatbot Lover

0 commit comments

Comments
 (0)