Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add video tutorial youtube link to README #307

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

aherman3 marked this conversation as resolved.
Show resolved Hide resolved
### 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
Loading