Skip to content

Commit afa6aa1

Browse files
authored
add video tutorial youtube link to README (#307)
* add video tutorial youtube link to README * change image format to webp * 1.18.12
1 parent 1818706 commit afa6aa1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Notice: the current active version of Wechaty is v1.x which is not compatible wi
2727
1. Supports all puppets like Web, Pad, Windows, and Mac.
2828
1. It replies with a `dong` message when it receives a `ding` message.
2929

30+
### Wechaty Getting Started video tutorial
31+
32+
<div align="center">
33+
<a target="_blank" href="https://youtu.be/GdmikkU4ZfM?si=V9bLNBdYxPK-ojaW"><img src="docs/images/video-tutorial-img.webp" border=0 width="60%"></a>
34+
</div>
35+
36+
Above is a short run-through of deploying the ding-dong-bot using WeChat, WhatsApp, and WeCom.
37+
3038
### Running Wechaty Getting Started Project on a cloud based IDE
3139

3240
The fastest way to getting started with Wechaty is to use a Cloud based IDE for running the Wechaty Getting Started Project. You can either use Gitpod or Google Cloud Shell.

docs/images/video-tutorial-img.webp

56.9 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechaty-getting-started",
3-
"version": "1.18.11",
3+
"version": "1.18.12",
44
"description": "Wechaty conversational SDK getting start template & examples",
55
"type": "module",
66
"engines": {
@@ -35,6 +35,7 @@
3535
"homepage": "https://github.com/wechaty/getting-started#readme",
3636
"dependencies": {
3737
"dotenv": "^16.0.0",
38+
"npm-run-all": "^4.1.5",
3839
"qrcode-terminal": "^0.12.0",
3940
"wechaty": "^1.18.1",
4041
"wechaty-cqrs": "^0.7.5",

0 commit comments

Comments
 (0)