# wechaty-getting-started
**Repository Path**: zkyt/wechaty-getting-started
## Basic Information
- **Project Name**: wechaty-getting-started
- **Description**: Wechaty Starter Project Template that Works Out-of-the-Box
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-12-26
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WECHATY-GETTING-STARTED

[](https://github.com/chatie/wechaty)
[](https://travis-ci.com/wechaty/wechaty-getting-started)
[](https://ci.appveyor.com/project/Chatie/wechaty-getting-started)
[](https://greenkeeper.io/)
[Wechaty](https://github.com/Chatie/wechaty/) is a Wechat Bot SDK for Personal Account that lets you create software to extend the functionality of the Wechat, writen in Node.js with TypeScript, Support all platforms including Linux, OSX, Win32, and Docker.
As a developer, you can use Wechaty to easily build your bot on top of Wechat Personal Account, effectively manage message sending/receiving, room creating/inviting, contact friendship, and delightful add artificial intellengence between users and your bot.
This repository should work out-of-the-box, and is the best start point for Wechaty beginners.
## REQUIREMENTS
1. Node.js v10 or above
2. Build Tools for your Platform
## GETTING STARTED
### 0. Install Node.js (>=10)
If you have not installed Node.js(or version is below 10),You need to install the latest version of Node.js first by following the links below:
* [Windows](https://nodejs.org/en/download/package-manager/#windows)
* [Linux(Debian/Ubuntu)](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
* [macOS](https://nodejs.org/en/download/package-manager/#macos)
> Instal Node.js for other platforms can be found at