README.md 30.7 KB
Newer Older
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
1
[![Wechaty](https://raw.githubusercontent.com/wechaty/wechaty/master/image/wechaty-logo-en.png)](https://github.com/wechaty/wechaty)
2
# Wechaty [![Docker CircleCI](https://img.shields.io/circleci/project/github/wechaty/wechaty.svg?label=Docker)](https://circleci.com/gh/wechaty/wechaty) [![Linux/Mac Build Status](https://img.shields.io/travis/wechaty/wechaty.svg?label=Linux/Mac)](https://travis-ci.org/wechaty/wechaty) [![Win32 Build status](https://img.shields.io/appveyor/ci/zixia/wechaty/master.svg?label=Windows)](https://ci.appveyor.com/project/zixia/wechaty)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
3

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
4
## Connecting ChatBots.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
5

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
6
Wechaty is a Bot Framework for Wechat **Personal** Account that helps you easy creating bot in 6 lines of javascript, with cross-platform  support to [Linux](https://travis-ci.org/wechaty/wechaty), [Win32](https://ci.appveyor.com/project/zixia/wechaty), [Darwin(OSX/Mac)](https://travis-ci.org/wechaty/wechaty) and [Docker](https://circleci.com/gh/wechaty/wechaty).
7

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
8 9 10
:octocat: <https://github.com/wechaty/wechaty>  
:beetle: <https://github.com/wechaty/wechaty/issues>  
:book: <https://github.com/wechaty/wechaty/wiki>  
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
11
:whale: <https://hub.docker.com/r/zixia/wechaty>  
12

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
13
[![Join the chat at https://gitter.im/zixia/wechaty](https://badges.gitter.im/zixia/wechaty.svg)](https://gitter.im/zixia/wechaty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
14
[![node](https://img.shields.io/node/v/wechaty.svg?maxAge=2592000)](https://nodejs.org/)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
15
[![Repo Size](https://reposs.herokuapp.com/?path=wechaty/wechaty)](https://github.com/wechaty/wechaty)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
16

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
17
## Wechaty had rewritten to Typescript.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
18

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
19 20
Details: https://github.com/wechaty/wechaty/issues/40

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
21
```diff
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
22
+ Typescriptilized ...
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
23
+ on 12th Oct 2016
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
24
```
25

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
26
[VSCode](https://code.visualstudio.com/) is highly recommended as developing IDE for typescript because we can get the benefit of [intelligent code completion, parameter info, and member lists](https://code.visualstudio.com/docs/languages/javascript).
Huan (李卓桓)'s avatar
bug fix  
Huan (李卓桓) 已提交
27

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
28
The last Javascript version is: [v0.4.0](https://github.com/wechaty/wechaty/releases/tag/v0.4.0) (2016/10/9) , or install v0.4 by `npm install wechaty`.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
29

30 31 32
### Benifits from Typescript

- [Why we decided to move from plain JavaScript to TypeScript for Babylon.js](https://www.eternalcoding.com/?p=103)
Huan (李卓桓)'s avatar
doc fix  
Huan (李卓桓) 已提交
33
- [Migrating from JavaScript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
34

35
## Voice of the Developer
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
36

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
37
> @JasLin: it may be the best wechat SDK I have seen in Github! [link](https://github.com/wechaty/wechaty/issues/8#issuecomment-228971491)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
38

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
39
> @ccaapton: wechaty library fantastic! [link](https://github.com/wechaty/wechaty/issues/9)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
40

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
41
> @ak5: Thanks for this it's quite cool! [link](https://github.com/wechaty/wechaty/issues/4)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
42

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
43
> @Samurais: wechaty is great.  [link](https://github.com/wechaty/wechaty/issues/36#issuecomment-251708382)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
44

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
45
> @Jarvis: 目前用过的最好的微信开发库 [link](http://weibo.com/3296245513/Ec4iNp9Ld?type=comment)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
46

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
47
> @naishstar: thanks for great SDK [link](https://github.com/wechaty/wechaty/issues/57)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
48

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
49
# Examples
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
50
Wechaty is dead easy to use: 6 lines javascript for your wechat bot.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
51

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
52
## 1. Basic: 6 lines
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
53
The following six lines of code implement a bot who can log all message to console:
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
54

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
55 56
```typescript
import Wechaty from 'wechaty'
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
57

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
58
Wechaty.instance() // Singleton
59 60 61
.on('scan', (url, code) => console.log(`Scan QrCode to login: ${code}\n${url}`))
.on('login',       user => console.log(`User ${user} logined`))
.on('message',  message => console.log(`Message: ${message}`))
62
.init()
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
63 64
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
65
Notice that you need to wait a moment while bot tries to get the login QRCode from Wechat. As soon as the bot gets login QRCode URL, he will print URL out. You need to scan the QR code on wechat and confirm login.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
66

67
After that, the bot will be on duty. (roger-bot source can be found at [here](https://github.com/wechaty/wechaty/blob/master/example/roger-bot.ts))
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
68

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
69
## 2. Advanced: dozens of lines
70
Here's a chatbot [ding-dong-bot](https://github.com/wechaty/wechaty/blob/master/example/ding-dong-bot.ts) who can reply _dong_ when receives a message _ding_.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
71

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
72
## 3. Hardcore: hundreds of lines
73
Here's a chatbot [api-ai-bot](https://github.com/wechaty/wechaty/blob/master/example/api-ai-bot.ts), who can slightly understand NLP.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
74

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
75
Natural Language Understanding enabled by [api.AI](https://api.ai), you can get your module on api.AI by its free plan.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
76

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
77 78
# Deploy

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
79
Use Docker to deploy wechaty is highly recommended.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
80

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
81 82
## Deploy with Docker

Huan (李卓桓)'s avatar
fix url  
Huan (李卓桓) 已提交
83 84 85
[![Docker Pulls](https://img.shields.io/docker/pulls/zixia/wechaty.svg?maxAge=2592000)](https://hub.docker.com/r/zixia/wechaty/)
[![Docker Stars](https://img.shields.io/docker/stars/zixia/wechaty.svg?maxAge=2592000)](https://hub.docker.com/r/zixia/wechaty/)
[![Docker Layers](https://images.microbadger.com/badges/image/zixia/wechaty.svg)](https://microbadger.com/#/images/zixia/wechaty)
86

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
87
[![dockeri.co](http://dockeri.co/image/zixia/wechaty)](https://hub.docker.com/r/zixia/wechaty/)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
88

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
89
Wechaty is fully dockerized. So it will be very easy to be used as a MicroService. 
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
90

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
91 92
```bash
export TOKEN="your token here"
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
93

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
94
docker run -e WECHATY_TOKEN="$TOKEN" wechaty/wechaty
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
95 96
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
97
`WECHATY_TOKEN` is required here, because you need this key to managing wechaty on the chatbot cloud manager: https://www.wechaty.io
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
98

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
99 100
### Build

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
101 102
```bash
docker build -t wechaty .
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
103 104
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
105 106
### Ship

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
107
Easy use Wechaty via Container as a Service
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
108 109

* [Arukas Cloud](https://arukas.io/en/) - Hosting Docker Containers(Currently in Beta, provide up to 10 **free containers**)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
110
* [Docker Cloud](https://cloud.docker.com/) - Docker Cloud is a hosted service that provides a Registry with the build and testing facilities for Dockerized application images, tools to help you set up and manage your host infrastructure, and deployment features to help you automate deploying your images to your infrastructure.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
111 112
* [Dao Cloud](https://www.daocloud.io/) - 容器云平台

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
113 114 115 116
## Deploy with Heroku

To Be Fix

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
117 118
~~Follow [these instructions](https://wechaty.readme.io/docs). Then, [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.sv
g)](https://heroku.com/deploy)~~
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
119 120


Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
121
# Installation
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
122

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
123
## Install from NPM
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
124 125 126 127

[![npm version](https://badge.fury.io/js/wechaty.svg)](https://badge.fury.io/js/wechaty)
[![Downloads][downloads-image]][downloads-url]

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
128
Use NPM is recommended to install a stable version of Wechaty published on NPM.com
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
129

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
130 131
```shell
npm install --save wechaty
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
132 133
```

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
134 135 136

If you use chrome instead of phantomjs, you should make sure:

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
137
1. installed Chrome correctly
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
138
1. if you are under Linux, set headless right for `Xvfb`
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
139 140

* [Running a GUI application in a Docker container](https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
141

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
142
Then you are set.
143

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
144
## Install to Cloud9 IDE
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
145
[Cloud9 IDE](https://c9.io/) is Google Docs for Code, which is my favorite IDE today. Almost all my wechaty development based on Cloud9(Before Oct 2016, or v0.0.5).
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
146

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
147
> Cloud9 IDE written in JavaScript uses Node.js on the back-end. It uses Docker containers for its workspaces and hosted on Google Compute Engine.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
148

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
149
### 1. Open in Cloud9 IDE
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
150

151
Just one click here: <a href="https://c9.io/open/?name=Wechaty&type=nodejs&clone_url=https://github.com/wechaty/wechaty.git&description=Wechat%20for%20Bot&selection_file=/example/ding-dong-bot.ts" target="_blank"><img src="https://img.shields.io/badge/open%20in-Cloud9%20IDE-blue.svg" alt="Open Wechaty in Cloud9 IDE"></a>
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
152

153 154
### 2. Set default to Node.js v6
Open Terminal in Cloud9 IDE, use nvm to install nodejs v6, which is required by Wechaty.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
155 156 157 158 159 160 161 162 163 164 165 166 167 168

```bash
$ nvm install 6
Downloading https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-x64.tar.xz...
######################################################################## 100.0%
Now using node v6.2.1 (npm v3.9.3)

$ nvm alias default 6
default -> 6 (-> v6.2.1)

$ node --version
v6.2.1
```

169
### 3. Run
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
170
```shell
171 172
$ npm install

173
$ npm run demo
174 175 176
```

### 4. Enjoy Cloud9 IDE
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
177 178 179
You are set.

## Install from Github
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
180
In case that you want to dive deeper into Wechaty, fork & clone to run Wechaty bot on your machine, and start hacking.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
181

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
182
### 1. Install Node.js
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
183 184 185
Node.js Version 6.0 or above is required.

1. Visit [Node.js](https://nodejs.org)
186 187 188
1. Download NodeJS Installer(i.e. "v6.2.0 Current")
1. Run Installer to install NodeJS to your machine

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
189
### 2. Fork & Clone Wechaty
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
190

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
191
If you have no GitHub account, you can just clone it via https:
192
```shell
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
193
git clone https://github.com/wechaty/wechaty.git
194
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
195
The above command will clone wechaty source code to your current directory.
196

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
197
### 3. Run Demo Bot
198
```shell
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
199 200
cd wechaty
npm install
201
npm run demo
202 203
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
204
After a little while, the bot will show you a message of a URL for Login QR Code. You need to scan this QR code in your wechat to permit your bot login.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
205

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
206
### 4. Done
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
207

208 209 210 211 212
## Setup `Xvfb` in linux

[How to Install & Run Wechaty in Linux Server by @lijiarui](https://github.com/wechaty/wechaty/issues/48)


Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
213 214 215
Enjoy hacking Wechaty!
Please submit your issue if you have any, and a fork & pull is very welcome for showing your idea.

216 217
# Wechaty Badge

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
218
[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-green.svg)](https://github.com/wechaty/wechaty)
219 220 221 222

## Markdown

```markdown
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
223
[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-green.svg)](https://github.com/wechaty/wechaty)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
224 225 226 227 228
```

## Html

```html
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
229
<a href="https://github.com/wechaty/wechaty" target="_blank">
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
230
  <img src="https://img.shields.io/badge/Powered%20By-Wechaty-green.svg" alt="Powered by Wechaty" border="0">
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
231
</a>
232 233
```

234
# Trouble Shooting
Huan (李卓桓)'s avatar
log doc  
Huan (李卓桓) 已提交
235

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
236
If wechaty run unexpected, then unit test maybe help to find some useful message.
Huan (李卓桓)'s avatar
log doc  
Huan (李卓桓) 已提交
237 238 239 240 241 242 243

```shell
$ npm test
```

To test with full log messages

244
```shell
Huan (李卓桓)'s avatar
log doc  
Huan (李卓桓) 已提交
245
$ WECHATY_LOG=silly npm test
246 247
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
248
[Details about unit testing](https://github.com/wechaty/wechaty/tree/master/test)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
249

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
250
## LOG output
251
Wechaty use [npmlog](https://www.npmjs.com/package/npmlog) to output log message. You can set log level by environment variable `WECHATY_LOG` to show log message.
252

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
253
the environment variable `WECHATY_LOG` values:
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
254

255 256 257 258 259
1. `silly`
1. `verbose`
1. `info`
1. `warn`
1. `error`
260
1. `silent` for disable logging
261

262
Linux/Darwin(OSX/Mac):
263 264

```bash
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
265
$ export WECHATY_LOG=verbose
266 267 268 269
```

Win32:

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
270
```bat
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
271
set WECHATY_LOG=verbose
272 273
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
274
Tips: You may want to have more scroll buffer size in your CMD window in Windows.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
275 276

```bat
277 278 279 280
mode con lines=32766
```
> http://stackoverflow.com/a/8775884/1123955

281 282 283
### NpmLog with Timestamp ###
Here's a quick and dirty patch, to npmlog/log.js

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
284
```typescript
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303
  m.message.split(/\r?\n/).forEach(function (line) {

    var date = new Date();
    var min = date.getMinutes()
    var sec = date.getSeconds()
    var hour = date.getHours()

    if (sec < 10) { sec = '0' + sec }
    if (min < 10) { min = '0' + min }
    if (hour < 10) { hour = '0' + hour }

    this.write(hour + ':' + min + ':' + sec + ' ')

    if (this.heading) {
      this.write(this.heading, this.headingStyle)
      this.write(' ')
    }
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
304
And we can look forward the official support from npmlog: https://github.com/npm/npmlog/pull/24
305

306 307 308 309 310 311 312
## DEBUG

set environment variable WECHATY_DEBUG to enable DEBUG in Wechaty.

this will:
1. open phantomjs debugger port on 8080

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
313 314
# Requirement

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
315
ECMAScript2015(ES6). I develop and test wechaty with Node.js v6.0.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
316

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
317
# API Reference
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
318

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
319
I'll try my best to keep the API as simple as it can be.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
320

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
321 322
## Events

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
323
Wechaty supports the following events:
324 325 326 327 328 329

1. scan
2. login
3. logout
4. message
5. error
330
6. friend
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
331 332 333
7. room-join
8. room-leave
9. room-topic
334

335 336
### this.say(content: string)

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
337
`this` is `Sayable` for all listeners. here this is a `Wechaty` instance.
338

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
339
`this.say()` method will send message to `filehelper`, just for logging/reporting usage for your convenience
340

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
341 342
### 1. Event: `scan`

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
343
A `scan` event will be emitted when the bot needs to show you a QR Code for scanning.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
344

345
```typescript
346
wechaty.on('scan', (this: Sayable, url: string, code: number) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
347 348
  console.log(`[${code}] Scan ${url} to login.` )
})
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
349 350
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
351
1. URL: {String} the QR code image URL
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
352 353
2. code: {Number} the scan status code. some known status of the code list here is:
    1. 0    initial
354 355
    1. 200  login confirmed
    1. 201  scaned, wait for confirm
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
356
    1. 408  waits for scan
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
357

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
358
`scan` event will be emitted when it will detect a new code status change.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
359

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
360 361 362
### 2. Event: `login`

After the bot login full successful, the event `login` will be emitted, with a [Contact](#class-contact) of current logined user.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
363
```typescript
364
wechaty.on('login', (this: Sayable, user: Contact) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
365
  console.log(`user ${user} login`)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
366 367
})
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
368

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
369
### 3. Event: `logout`
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
370

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
371
`logout` will be emitted when bot detected log out, with a [Contact](#class-contact) of the current login user.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
372

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
373
```typescript
374
wechaty.on('logout', (this: Sayable, user: Contact) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
375 376 377
  console.log(`user ${user} logout`)
})
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
378 379

### 4. Event: `message`
380

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
381
Emit when there's a new message.
382

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
383
```typescript
384
wechaty.on('message', (this: Sayable, message: Message) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
385 386
  console.log('message ${message} received')
})
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
387 388
```

389
### 5. Event: `error`
390

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
391
Emit when there's an error occurred.
392

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
393
```typescript
394 395
wechaty.on('error', (this: Sayable, err: Error) => {
  console.log('error ${err.message} received')
396 397
})
```
398 399
The `message` here is a [Message](#class-message).

400

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
401 402
### 6. Event: `friend`

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
403
`friend` event will be fired when we got a new friend request, or friendship is confirmed.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
404

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
405
1. if `request?: FriendRequest` is set, then it's a friend request
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
406
1. if `request?: FriendRequest` is not set, then it's a friendship confirmation
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
407

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
408
```ts
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
409
wechaty.on('friend', (this: Sayable, contact: Contact, request?: FriendRequest) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
410 411 412 413 414 415 416 417 418
  if (request) {  // 1. request to be friend from new contact
    request.accept()
    console.log('auto accepted for ' + contact + ' with message: ' + request.hello)
  } else {        // 2. confirm friend ship
    console.log('new friend ship confirmed with ' + contact))
  }
})
```

419 420
### 7. Event: `room-join`

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
421
```ts
422 423 424
wechaty.on('room-join', (this: Sayable, room: Room, inviteeList: Contact[], inviter: Contact) => {
  const nameList = inviteeList.map(c => c.name()).join(',')
  console.log(`Room ${room} got new member ${nameList}, invited by ${inviter}`)
425 426 427 428 429 430
})
```

### 8. Event: `room-leave`

```typescript
431 432 433
wechaty.on('room-leave', (this: Sayable, room: Room, leaverList: Contact[]) => {
  const nameList = leaverList.map(c => c.name()).join(',')
  console.log(`Room ${room} lost member ${nameList}`)
434 435 436
})
```

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
437 438 439
### 9. Event: `room-topic`

```typescript
440
wechaty.on('room-topic', (this: Sayable, room: Room, topic: string, oldTopic: string, changer: Contact) => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
441 442 443 444
  console.log(`Room ${room} topic changed from ${oldTopic} to ${topic} by {changer}`)
})
```

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
445
## Wechaty Class
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
446
Main bot class.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
447

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
448
```typescript
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
449
const bot = Wechaty.instance({
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
450 451
  profile
})
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
452
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
453

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
454
1. `profile`(OPTIONAL): profile name. if a profile name is provided, wechaty will save login status to it, and automatically restored on next time of wechaty start(restart).
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
455
    * can be set by environment variable: `WECHATY_PROFILE`
456
1. ~~`token`(OPTIONAL): wechaty io token. Be used to connect to cloud bot manager.~~
457

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
458
### Wechaty.init(): Wechaty
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
459
Initialize the bot, return Promise.
460

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
461
```typescript
462
wechaty.init()
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
463
.then(() => {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
464
  // do other stuff with bot here
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
465
}
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
466
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
467

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
468 469 470
### Wechaty.send(message: Message): Wechaty
send a `message`

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
471
```typescript
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
472 473 474 475
const msg = new Message()
msg.to('filehelper')
msg.content('hello')

476
wechaty.send(msg)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
477 478
```

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
479 480
## Message Class

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
481
All wechat messages will be encapsulated as a Message.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
482

483 484
`Message` is `Sayable`

485
### Message.from(contact?: Contact|string): Contact
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
486

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
487
get the sender from a message, or set it.
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
488

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
489 490 491 492 493 494 495 496 497 498
#### 1. Message.from(): Contact

get the sender from a message.

#### 2. Message.from(contact: Contact): Contact

set a sender to the message

#### 3. Message.from(contactId: string): Contact

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
499
set a sender to the message by contact id
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
500

501
### Message.to(contact?: Contact|Room|string): Contact|Room
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
502 503 504

get the receiver from a message, or set it.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
#### 1. Message.to(): Contact|Room

get the destination of the message

#### 2. Message.to(contact: Contact): Contact

set the destination as Contact for the message

#### 3. Message.to(room: Room): Room

set the destination as Room for the message

#### 4. Message.to(contactOrRoomId: string): Contact | Room

set the destination as Room or Contact by id, for the message

521
### Message.room(room?: Room|string): Room
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
522 523 524

get the room from a message, or set it.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
525 526 527 528 529 530 531 532 533 534 535 536 537 538
#### 1. Message.room(): Room | null

get the room from Message. 

if the message is not in a room, then will return `null`

#### 2. Message.room(room: Room): Room

set the room for a Message

#### 3. Message.room(roomId: string): Room

set the room by id for a Message

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
539 540 541 542
### Message.say(content: string): Promise<void>

reply a message to the sender.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
543 544
### Message.ready(): Promise<Message>

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
545 546
A message may be not fully initialized yet. Call `ready()` to confirm we get all the data needed.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
547
Return a Promise, will be resolved when all message data is ready.
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
548

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
549
```typescript
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
550 551 552 553 554 555
message.ready()
.then(() => {
  // Here we can be sure all the data is ready for use.
})
```

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
556 557
### Message.self(message: Message): boolean

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
558
Check if a message is sent by self.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
559 560 561 562 563 564 565 566 567

Return `true` for send from self, `false` for send from others.

```typescript
if (message.self()) {
  console.log('this message is sent by myself!')
}
```

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
568 569
## Contact Class

570
`Contact` is `Sayable`
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
571

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
572 573 574 575
### Contact.id: string

Uniq id

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
576 577
### Contact.name(): string

578 579 580 581 582 583 584 585 586 587 588 589
get name from a contact

### Contact.remark(): string

get remark name from a contact

### Contact.remark(remark: string): Promise<boolean>

set remark name to a contact

return a Promise<boolean>, true for modify successful, false for failure.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
590
### Contact.ready(): Promise<Contact>
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
591
A Contact may be not fully initialized yet. Call `ready()` to confirm we get all the data needed.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
592 593 594

Return a Promise, will be resolved when all data is ready.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
595
```typescript
Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
596
contact.ready()
597 598 599
        .then(() => {
          // Here we can be sure all the data is ready for use.
        })
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
600
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
601

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
602
### Contact.say(content: string): Promise<void>
603 604 605

say `content` to Contact

606
## Class Room
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
607

608
`Room` is `Sayable`
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
609

610
Doc is cheap, show you code: [Example/Room-Bot](https://github.com/wechaty/wechaty/blob/master/example/room-bot.ts)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
611

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
612
### Room.say(content: string, replyTo: Contact|Contact[]): Promise<void>
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
613

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
614
say `content` inside Room.
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
615

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
616 617
if you set `replyTo`, then `say()` will mention them as well.
> "@replyTo content"
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
618

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
619
### Room.ready(): Promise<Room>
620
A room may be not fully initialized yet. Call `ready()` to confirm we get all the data needed.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
621 622 623

Return a Promise, will be resolved when all data is ready.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
624
```typescript
625
room.ready()
626 627 628
    .then(() => {
      // Here we can be sure all the data is ready for use.
    })
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
629
```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
630

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
631
### Room.refresh(): Promise<Room>
632

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
633
force reload data for Room
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
634

635 636 637 638
### Room Events

`this` is `Sayable` for all listeners.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
639
which means there will be a `this.say()` the method inside listener call, you can use it sending a message to `filehelper`, just for logging/reporting usage for your convenience.
640 641

#### Event: `join`
642

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
643
```typescript
644
Room.on('join', (this: Room, inviteeList: Contact[], inviter: Contact) => void)
645 646 647 648 649
```

Event `join`: Room New Member

```typescript
650
room.on('join', function(inviteeList, inviter) {
651
  console.log(`the room ${room.topic()}, got new members invited by ${inviter.name()}`)
652 653 654
})
```

655
#### Event: `leave`
656 657

```typescript
658
Room.on('leave', (this: Room, leaverList: Contact[]) => void)
659 660
```

661
#### Event: `topic`
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
662 663

```typescript
664
Room.on('topic', (this: Room, topic: string, oldTopic: string, changer: Contact) => void)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
665 666
```

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
667 668 669 670 671 672 673 674
### Query Type

```typescript
type Query = { topic: string|Regex }
Room.find(query : Query) : Room | null
Room.findAll(query : Query) : Room[]
```

675
### static Room.find(query: Query): Promise<Room>
676 677 678

### static Room.findAll(query: Query): Promise<Room[]>

679
### static Room.create(contactList: Contact[], topic?: string): Promise<void>
680

681
### Room.add(contact: Contact): Promise<void>
682

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
683
```typescript
684 685 686 687 688 689 690 691 692
const friend = message.get('from')
const room = Room.find({ name: 'Group Name' })
if (room) {
  room.add(friend)
}
```

### Room.del(contact: Contact): void

693 694 695
### Room.topic(): string

### Room.topic(newTopic: string): void
696 697 698 699 700 701 702 703 704

### Room.nick(contact: Contact): string

### Room.has(contact Contact): boolean

### Room.refresh(): Promise<Room>

### Room.owner(): Contact|null

Huan (李卓桓)'s avatar
doc #44  
Huan (李卓桓) 已提交
705
### Room.member(name: string): Contact|null
706

707 708
### Room.memberList(): Contact[]

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
709 710 711 712
## Class FriendRequest

Send, receive friend request, and friend confirmation events.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
713
When someone sends you a friend request, there will be a Wechaty `friend` event fired.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
714 715 716 717 718 719 720 721 722 723 724 725

```typescript
wechaty.on('friend', (contact: Contact, request: FriendRequest) => {
  if (request) {  // 1. request to be friend from new contact
    request.accept()
    console.log('auto accepted for ' + contact + ' with message: ' + request.hello)
  } else {        // 2. confirm friend ship
    console.log('new friend ship confirmed with ' + contact))
  }
})
```

726
Doc is cheap, read code: [Example/Friend-Bot](https://github.com/wechaty/wechaty/blob/master/example/friend-bot.ts)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
727

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
728 729 730 731 732 733 734 735 736 737
### FriendRequest.hello: string

verify message

### FriendRequest.accept(): void

accept a friend request

### FriendRequest.send(contact: Contact, hello: string): void

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
738
send a new friend request
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
739 740

```typescript
741
const from = message.from()
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
742 743 744 745
const request = new FriendRequest()
request.send(from, 'hello~')
```

746 747
# Test [![Coverage Status](https://coveralls.io/repos/github/wechaty/wechaty/badge.svg?branch=master)](https://coveralls.io/github/wechaty/wechaty?branch=master)

Huan (李卓桓)'s avatar
doc ava  
Huan (李卓桓) 已提交
748
Wechaty use ~~[TAP protocol](http://testanything.org/)~~ [AVA](https://github.com/avajs/ava) to test itself ~~by [tap](http://www.node-tap.org/)~~.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
749

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
750
To test Wechaty, run:
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
751 752
```shell
npm test
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
753 754
```

Huan (李卓桓)'s avatar
doc ava  
Huan (李卓桓) 已提交
755
* Know more about TAP: [Why I use Tape Instead of Mocha & So Should You](https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
756

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
757 758
# Version History

Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
759
## v0.5.0 master (2016/10) The First Typescript Version
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
760 761 762
1. Converted to Typescript (2016/10/11) [#40](https://github.com/wechaty/wechaty/issues/40) 
1. Dockerize Wechaty for easy start [#66](https://github.com/wechaty/wechaty/issues/66)
1. Sayablization: Make Wechaty/Contact/Room `Sayable`, and all `this` inside wechaty event listeners are `Sayable` too. [#41](https://github.com/wechaty/wechaty/issues/41)
Huan (李卓桓)'s avatar
doctor  
Huan (李卓桓) 已提交
763
1. BREAKING CHANGE: global event `scan` listener arguments changed from 1 to 2: now is `function(this: Sayable, url: string, code: number)` instead of `function({url, code})` before.  
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
764
1. add test with Node.js v7.0 in CI
Huan (李卓桓)'s avatar
doctor  
Huan (李卓桓) 已提交
765
1. add `npm run doctor` to diagnose wechaty and output useful debug information
Huan (李卓桓)'s avatar
v0.4.0  
Huan (李卓桓) 已提交
766

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
767
## [v0.4.0](https://github.com/wechaty/wechaty/releases/tag/v0.4.0) (2016/10/9) The Latest Javascript Version
768
1. [#32](https://github.com/wechaty/wechaty/issues/32) Extend Room Class with:
Huan (李卓桓)'s avatar
docs  
Huan (李卓桓) 已提交
769 770 771 772 773
  1. Global events: `room-join`, `room-leave`, `room-topic`
  1. Room events: `join`, `leave`, `topic`
  1. Create a new Room: `Room.create()`
  1. Add/Del/Topic for Room
  1. Other methods like nick/member/has/etc...
774
1. [#33](https://github.com/wechaty/wechaty/issues/33) New Class `FriendRequest` with:
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
775 776 777
  1. `Wechaty.on('friend', function(contact: Contact, request: FriendRequest) {})` with Wechaty new Event `friend` 
  1. `request.accept()` to accept a friend request
  1. `requestsend()` to send new friend request
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
778 779

## v0.3.13 (2016/09)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
780
1. Managed by Cloud Manager: https://app.wechaty.io
Huan (李卓桓)'s avatar
doc ava  
Huan (李卓桓) 已提交
781
1. Dockerized & Published to docker hub as: [zixia/wechaty](https://hub.docker.com/r/zixia/wechaty/)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
782 783 784
1. Add `reset` & `shutdown` to IO Event
1. Switch Unit Test Runner from Tape/Tap to [AVA](https://github.com/avajs/ava)
1. Move git resposity from zixia/wechaty to [wechaty/wechaty](https://github.com/wechaty/wechaty)
Huan (李卓桓)'s avatar
v0.3.0  
Huan (李卓桓) 已提交
785 786

## v0.2.3 (2016/7/28)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
787
1. add wechaty.io cloud management support: set environment variable `WECHATY_TOKEN` to enable io support
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
788
2. rename `WECHATY_SESSION` to `WECHATY_PROFILE` for better name
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
789
3. fix watchdog timer & reset bug
790

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
791
## v0.1.8 (2016/6/25)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
792
1. add a watchdog to restore from unknown state
Huan (李卓桓)'s avatar
v0.1.6  
Huan (李卓桓) 已提交
793
2. add support to download image message by `ImageMessage.readyStream()`
Huan (李卓桓)'s avatar
v0.1.7  
Huan (李卓桓) 已提交
794
3. fix lots of stable issues with webdriver exceptions & injection js code compatible
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
795

Huan (李卓桓)'s avatar
v0.1.1  
Huan (李卓桓) 已提交
796
## v0.1.1 (2016/6/10)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
797
1. add support to save & restore wechat login session
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
798
1. add continuous integration tests on win32 platform. (powered by [AppVeyor](https://www.appveyor.com/))
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
799
1. add environment variables HEAD/PORT/SESSION/DEBUG to config Wechaty
Huan (李卓桓)'s avatar
v0.1.1  
Huan (李卓桓) 已提交
800

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
801
## v0.0.10 (2016/5/28)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
802
1. use event `scan` to show image url of login QR Code(and detect state change)
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
803
2. new examples: Tuling123 bot & api.AI bot
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
804
3. more unit tests
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
805
4. code coverage status
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
806

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
807
## v0.0.5 (2016/5/11)
808
1. Receive & send message
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
809
1. Show contacts info
810
1. Show rooms info
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
811
1. 1st usable version
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
812
1. Start coding from May 1st, 2016
Huan (李卓桓)'s avatar
readme  
Huan (李卓桓) 已提交
813

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
814
# Todo List
815

Huan (李卓桓)'s avatar
docs  
Huan (李卓桓) 已提交
816 817 818 819 820 821 822 823 824 825 826
- [x] Contact
    - [x] Accept a friend request
    - [x] Send a friend request
    - ~~[ ] Delete a contact~~
- [x] Chat Room
    - [x] Create a new chat room
    - [x] Invite people to join a existing chat room
    - [x] Rename a Chat Room
- [x] Session save/load
- [x] Switch to AVA Test Runner
- [ ] Rewrite to TypeScript
Huan (李卓桓)'s avatar
todo  
Huan (李卓桓) 已提交
827
- [ ] Events
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
828
    - [ ] Use EventEmitter2 to emit message events so that we can use wildcard
829 830 831 832 833 834 835 836
        1. `message`
        2. `message.recv`
        3. `message.sent`
        4. `message.recv.image`
        5. `message.sent.image`
        6. `message.recv.sys`
        1. `message.**.image`
        1. `message.recv.*`
Huan (李卓桓)'s avatar
todo  
Huan (李卓桓) 已提交
837
- [ ] Message
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
838 839 840
    - [ ] Send/Reply image/video/attachment message
    - [ ] Save video message to file
    - [x] Save image message to file
841

Huan (李卓桓)'s avatar
readme  
Huan (李卓桓) 已提交
842
Everybody is welcome to issue your needs.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
843 844

# Known Issues & Support
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
845
Github Issue <https://github.com/wechaty/wechaty/issues>
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
846 847 848 849

# Contributing
* Lint: eslint
    ```bash
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
850
    $ npm run lint
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
851
    ```
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
852
* Create an issue, fork, then send a pull request(with unit test please).
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
853

854
# See Also
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
855

856
## Similar Project
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
857 858

### Javascript
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
859
1. [Weixinbot](https://github.com/feit/Weixinbot) Nodejs 封装网页版微信的接口,可编程控制微信消息
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
860 861
1. [wechatBot](https://github.com/stonexer/wechatBot) 面向个人的微信 wechat 机器人平台 - 使用微信网页版接口wechat4u
1. [Wechat4U](https://github.com/nodeWechat/wechat4u) 微信 wechat web 网页版接口的 JavaScript 实现,兼容Node和浏览器
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
862
2. [wechat-user-bot](https://github.com/HalfdogStudio/wechat-user-bot) 正在组装中的微信机器人
ruiruibupt's avatar
ruiruibupt 已提交
863
2. [Hubot-WeChat](https://github.com/KasperDeng/Hubot-WeChat) Hubot是一个具有真实微信号的机器人,可以自动回复信息到微信群和某联系人,并能给维护者的微信自动发送Hubot在线状态
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
864

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
865
### Electron
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
866
1. [:speech_balloon: A better WeChat on MacOS and Linux. Fewer bugs, more features. Built with Electron by Zhongyi Tong.](https://github.com/geeeeeeeeek/electronic-wechat)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
867 868 869 870
  - [网页版微信抓包+注入实现表情贴纸显示](https://github.com/geeeeeeeeek/electronic-wechat/issues/2)
  - [新表情方案: 收到消息时修改其内容(及阻止撤回)](https://github.com/geeeeeeeeek/electronic-wechat/pull/13)
1. [普通个人号 微信机器人/外挂](https://github.com/fritx/wxbot)
  - [微信个人号/公众号相关项目整理(wechat/weixin/wx)](https://github.com/fritx/awesome-wechat)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
871

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
872 873 874
### Go
1. [0d0f/exfe](https://github.com/0d0f/exfe-bus/tree/master/src/wechat) Wechat bot component of exfe-bus 

875
### Perl
Huan (李卓桓)'s avatar
typo  
Huan (李卓桓) 已提交
876
1. [MojoWeixin](https://github.com/sjdy521/Mojo-Weixin) 使用Perl语言编写的微信客户端框架,基于Mojolicious,要求Perl版本5.10+,可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
877

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
878
### Python
Huan (李卓桓)'s avatar
doc  
Huan (李卓桓) 已提交
879 880 881
1. [WeixinBot](https://github.com/Urinx/WeixinBot) *Very well documented* 网页版微信API,包含终端版微信及微信机器人
1. [wxBot](https://github.com/liuwons/wxBot): Wechat Bot API
1. [ItChat](https://github.com/littlecodersh/ItChat): 微信个人号接口(支持文件、图片上下载)、微信机器人及命令行微信。三十行即可自定义个人号机器人
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
882
1. [WechatIrcd](https://github.com/MaskRay/wechatircd): 用IRC客户端控制微信网页版
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
883 884 885 886
1. [查看被删的微信好友](https://github.com/0x5e/wechat-deleted-friends): 由于微信后台已经对此类脚本做了屏蔽,无论是什么语言版本的脚本均已经失效,此项目帮助了解微信web版通讯过程,切勿再使用!

### KDE
1. [WeChat KDE frontend 微信 KDE 前端](https://github.com/xiangzhai/qwx)
887

Huan (李卓桓)'s avatar
doctor  
Huan (李卓桓) 已提交
888 889 890
### Android
1. [反向weixinxxx.apk](https://github.com/xiangzhai/qwx/tree/android)

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
891 892 893
### dotNET
1. [WeChat.NET](https://github.com/sherlockchou86/WeChat.NET) WeChat.NET client based on web wechat

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
894
## Chat Script
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
895 896
1. [SuperScript](http://superscriptjs.com/) A dialog system and bot engine for conversational UI's. (Pure Javascript)
2. [RiveScript](https://www.rivescript.com/) A simple scripting language for giving intelligence to chatbots and other conversational entities. (Perl original, Multi-Language support)
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
897
3. [CleverScript](https://www.cleverscript.com) Easily create text, voice or avatar bots that people can chat with in browser, app or their preferred messaging platform.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
898 899

## Application
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
900
1. [助手管家](http://72c.me/a/m/yhmhrh) It's an Official Account of wechat, which can manage your personal wechat account as a robot assistant.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
901

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
902
## Service
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
903 904 905 906 907 908 909 910
1. [Luis.ai](https://www.luis.ai) Language Understanding Intelligent Service (LUIS) offers a fast and effective way of adding language understanding to applications from Microsoft
1. [API.ai](https://api.ai) Build conversational user interfaces
1. [Wit.ai](https://wit.ai) Turn user input into action from Facebook
1. [Watson](http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/dialog/) a comprehensive, robust, platform for managing conversations between virtual agents and users through an application programming interface (API) from IBM

* [Advanced Natural Language Processing Tools for Bot Makers](https://stanfy.com/blog/advanced-natural-language-processing-tools-for-bot-makers/) a good article of comparing the above services.

## Framework
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
911
1. [Bot Framework](https://dev.botframework.com/) Build and connect intelligent bots to interact with your users naturally wherever they are, from text/SMS to Skype, Slack, Office 365 mail and other popular services. from Microsoft
912

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
913
My Story
914 915
----------------
My daily life/work depends on too much chat on wechat.
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
916
* I almost have 14,000 wechat friends in May 2014, before wechat restricts a total number of friends to 5,000.
917 918 919 920
* I almost have 400 wechat rooms that most of them have more than 400 members.

Can you image that? I'm dying...

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
921
So a tireless bot working for me 24x7 on wechat, monitoring/filtering the most important message is badly needed. For example highlights discussion which contains the KEYWORDS which I want to follow up(especially in a noisy room). ;-)
922 923 924

At last, It's built for my personal study purpose of Automatically Testing.

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
925 926 927 928 929
Author
-----------------
Zhuohuan LI <zixia@zixia.net> (http://linkedin.com/in/zixia)

<a href="http://stackoverflow.com/users/1123955/zixia">
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
930
  <img src="http://stackoverflow.com/users/flair/1123955.png" width="208" height="58" alt="profile for zixia at Stack Overflow, Q&amp;A for professional and enthusiast programmers" title="profile for zixia at Stack Overflow, Q&amp;A for professional and enthusiast programmers">
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
931 932 933 934 935 936 937
</a>

Copyright & License
-------------------
* Code & Docs 2016© zixia
* Code released under the ISC license
* Docs released under Creative Commons
938

Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
939
[downloads-image]: http://img.shields.io/npm/dm/wechaty.svg?style=flat-square
940
[downloads-url]: https://npmjs.org/package/wechaty