diff --git a/docusaurus/docs/getting-started/overview.mdx b/docusaurus/docs/getting-started/overview.mdx index beee9bd4b7c..5075ed11c16 100644 --- a/docusaurus/docs/getting-started/overview.mdx +++ b/docusaurus/docs/getting-started/overview.mdx @@ -11,7 +11,7 @@ import ServiceBadges from '../puppet-services/transclusions/badges.mdx' -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: @@ -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://github.com/wechaty/wechaty/actions?query=workflow%3ANPM), and [Docker](https://github.com/wechaty/wechaty/actions?query=workflow%3ADocker). -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. +[](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. -- Reply with a `dong` message when it recieves a `ding` message. +- Supports all [puppets](../puppet-services/overview.mdx) like WeChat, WhatsApp, WeCom, Lark and so on. +- Reply with a `dong` message when it receives a `ding` message. +- Receive and accept friendship requests. +- Create group chats and add/remove users. +- Send files, URLs, and contact cards. :::note RPA for Instant Messaging Software diff --git a/docusaurus/docs/tutorials/overview.md b/docusaurus/docs/tutorials/overview.md index 926073196db..4a49cba274e 100644 --- a/docusaurus/docs/tutorials/overview.md +++ b/docusaurus/docs/tutorials/overview.md @@ -17,9 +17,9 @@ 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://github.com/wechaty/wechaty-getting-started). +If you are a total beginner then we recommend using [Gitpod](https://gitpod.io/#https://github.com/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. +Once you get a 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.