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

What can you do with Wechaty sub-section of Introduction section #873

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f617da9
Improve the Introduction and Explanation project:What can you do with…
nibble0101 May 19, 2021
b51e516
Add Wechaty svg and What can you do with Wechaty to Introduction sidebar
nibble0101 May 20, 2021
1d9745a
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 May 20, 2021
407e50d
Update what-can-you-do-with-wechaty.md
chris-4444 May 22, 2021
9dabd5e
Update what-can-you-do-with-wechaty.md
chris-4444 May 26, 2021
c17f81d
Update what-can-you-do-with-wechaty.md
chris-4444 May 26, 2021
02b9db9
Fix error
nibble0101 May 26, 2021
7c93344
Add Wechaty logo
nibble0101 May 26, 2021
8ee3601
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 May 26, 2021
37497f7
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 May 30, 2021
0a18448
Fix issues raised by @Rohitesh-Kumar-Jain in the latest review
nibble0101 Jul 8, 2021
a07948a
Merge branch 'what-can-you-do-with-wechaty' of github.com:nibble0101/…
nibble0101 Jul 8, 2021
42dafdc
Merge branch 'master' into what-can-you-do-with-wechaty
lijiarui Jul 10, 2021
6334a95
Update what-can-you-do-with-wechaty.md
chris-4444 Jul 10, 2021
db11a4b
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Jul 12, 2021
6b552d4
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Jul 19, 2021
940af7b
Remove Wechaty logo from page
nibble0101 Jul 19, 2021
30aaddb
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Aug 3, 2021
dd13475
Add more information about JuziBot and did more editing
nibble0101 Aug 3, 2021
ed33371
0.8.336
nibble0101 Aug 3, 2021
32208fc
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Aug 23, 2021
a9b8452
Update what-can-you-do-with-wechaty.md
chris-4444 Aug 24, 2021
7d76063
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Aug 24, 2021
18757cc
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Sep 1, 2021
50010eb
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Sep 6, 2021
5aa6986
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Sep 7, 2021
d4d9477
Change spelling of WeChat
nibble0101 Sep 7, 2021
f4656f0
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Sep 7, 2021
1556de5
Merge branch 'master' into what-can-you-do-with-wechaty
nibble0101 Sep 9, 2021
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
42 changes: 42 additions & 0 deletions docusaurus/docs/what-can-you-do-with-wechaty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: What can you do with Wechaty
---

![Wechaty: Conversational RPA SDK for Chatbot Makers](/img/wechaty-logo.svg)
nibble0101 marked this conversation as resolved.
Show resolved Hide resolved

In this day and age, it is undeniable that chatbots are an essential part of every business and has become a part of our everyday lives. Aside from being a 24/7 digital support tool, chatbots can also perform a lot of functions especially automate repetitive tasks, increase sales, improve business yield, and most of all, enhance a customer's journey.
nibble0101 marked this conversation as resolved.
Show resolved Hide resolved

Listed are the most common things that we can do with our **Wechaty chatbots**:

- Round-the-clock customer and technical support, including resolving a complaint
- Sales and marketing
- Scheduling of meetings, flights, etc.
- Booking of appointments
- Tracking of shipment
- Purchasing items or services online
- Payment management
- Generation of leads
- Brand communication
- News service and mailing list
- Can also give a detailed information or explanation and so much more.

## What can you achieve by using Wechaty

nibble0101 marked this conversation as resolved.
Show resolved Hide resolved
- Improve customer experience and engagement
- Eliminate some human errors
- Save a lot of time which can boost team productivity
- Cut on business costs and resources

## Motivation

All businesses want higher customer satisfaction and financial returns. Aapparently, this is one of the main goals of Wechaty and our team can help you achieve your chatbot goals.

## Mission

Wechaty's mission is to make it easy for all types of users (esp. developers) to build a chatbot.

## Vision

Wechaty always aims to be at the forefront of the chatbot revolution and by being the only chatbot in the world with the shortest code.
nibble0101 marked this conversation as resolved.
Show resolved Hide resolved

## What is Wechaty's story
1 change: 1 addition & 0 deletions docusaurus/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const introduction = {
items: [
'overview',
'wechaty',
'what-can-you-do-with-wechaty',
subMenu(showcases),
subMenu(caseStudy),
subMenu(community),
Expand Down