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

Aherman3 getting started videos #1537

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 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
16 changes: 11 additions & 5 deletions docusaurus/docs/getting-started/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ServiceBadges from '../puppet-services/transclusions/badges.mdx'

<!-- Pushes a curious reader through the first few minutes of use. -->

If you are a total beginner to Wechaty, start from this section.
If you are a total beginner to Wechaty, start from this section.

You can run Wechaty on following platforms:

Expand All @@ -21,13 +21,19 @@ You can run Wechaty on following platforms:

Wechaty is a RPA (Robotic Process Automation) SDK for Chatbot Makers which can help you create a bot in 6 lines of [JavaScript](https://GitHub.com/Wechaty/wechaty), [Python](https://GitHub.com/Wechaty/python-wechaty/), [Go](https://GitHub.com/Wechaty/go-wechaty/), and [Java](https://GitHub.com/Wechaty/java-wechaty/), with cross-platform support including [Linux, Windows, MacOS](https:/wechaty/wechaty/actions?query=workflow%3ANPM), and [Docker](https:/wechaty/wechaty/actions?query=workflow%3ADocker).
aherman3 marked this conversation as resolved.
Show resolved Hide resolved

You will learn the following fundamental features of Wechaty in the getting-started tutorials:
You can also watch the [video series](https://www.youtube.com/watch?v=cZd42xxaTcI&list=PLkLKftrhFi7vfaADtPrGyuutbpcA_ppxE) below to get an introduction and demonstration of some of the capabilities and applications using Wechaty's getting-started repository.

- Turn different instant messaging (IM) systems (such as WeChat, Wecom,Whatsapp, Lark,Gitter, and TikTok) account into chatbot.
- Use the chatbot to communicate or do anything on behalf of you.
[![Getting Started Video Tutorial Series](../../static/img/getting-started-video-tutorials.webp)](https://www.youtube.com/watch?v=cZd42xxaTcI&list=PLkLKftrhFi7vfaADtPrGyuutbpcA_ppxE)

In the getting-started tutorials, you will learn the following fundamental features of Wechaty:

- Turn different instant messaging (IM) systems (such as WeChat, WeCom, Whatsapp, Lark, Gitter, and TikTok) accounts into chatbots.
- Work out of the box on Linux, Mac and Windows.
- Supports all [puppets](../puppet-services/overview.mdx) like Wechat, WhatsApp, WeCom, Lark and so on.
- Supports all [puppets](../puppet-services/overview.mdx) like WeChat, WhatsApp, WeCom, Lark and so on.
- Reply with a `dong` message when it recieves a `ding` message.
aherman3 marked this conversation as resolved.
Show resolved Hide resolved
- Receive and accept friendship requests.
- Create group chats and add/remove users.
- Send files, URLs, and contact cards.

:::note RPA for Instant Messaging Software

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The fastest way to get started with Wechaty is to use a Cloud based IDE for **ru
- [Gitpod](quick-start/running-on-gitpod.md)
- [Google Cloud Shell](quick-start/running-on-google-cloud-shell.md)

If you are a total begginer then we recommend using [Gitpod](https://gitpod.io/#https:/wechaty/wechaty-getting-started).
If you are a total beginner then we recommend using [Gitpod](https://gitpod.io/#https:/wechaty/wechaty-getting-started).

Once you get basic idea of ding-dong bot, you can try out building it from scratch by following our [Running Locally](getting-started/running-locally.mdx) tutorial.
aherman3 marked this conversation as resolved.
Show resolved Hide resolved

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-docusaurus",
"version": "0.11.7",
"version": "0.11.10",
"description": "Wechaty Official Website for Documentations",
"private": true,
"type": "module",
Expand Down
Loading