Skip to content

Commit

Permalink
add video tutorial youtube link to README (#307)
Browse files Browse the repository at this point in the history
* add video tutorial youtube link to README

* change image format to webp

* 1.18.12
  • Loading branch information
aherman3 authored Mar 11, 2024
1 parent 1818706 commit afa6aa1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Notice: the current active version of Wechaty is v1.x which is not compatible wi
1. Supports all puppets like Web, Pad, Windows, and Mac.
1. It replies with a `dong` message when it receives a `ding` message.

### Wechaty Getting Started video tutorial

<div align="center">
<a target="_blank" href="https://youtu.be/GdmikkU4ZfM?si=V9bLNBdYxPK-ojaW"><img src="docs/images/video-tutorial-img.webp" border=0 width="60%"></a>
</div>

Above is a short run-through of deploying the ding-dong-bot using WeChat, WhatsApp, and WeCom.

### Running Wechaty Getting Started Project on a cloud based IDE

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.
Expand Down
Binary file added docs/images/video-tutorial-img.webp
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-getting-started",
"version": "1.18.11",
"version": "1.18.12",
"description": "Wechaty conversational SDK getting start template & examples",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,6 +35,7 @@
"homepage": "https://github.com/wechaty/getting-started#readme",
"dependencies": {
"dotenv": "^16.0.0",
"npm-run-all": "^4.1.5",
"qrcode-terminal": "^0.12.0",
"wechaty": "^1.18.1",
"wechaty-cqrs": "^0.7.5",
Expand Down

0 comments on commit afa6aa1

Please sign in to comment.