README.md 1.4 KB
Newer Older
1 2 3 4 5
# Wechaty Examples

| File Name        | Description |
| ---                 | ---         |
| gist-bot/           | Decouple functions to different files |
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
6
| hot-reload-bot/     | Update code without restart program. @deprecated, see `hot-import-bot` instead |
7 8 9 10 11 12 13 14
| api-ai-bot.ts       | Integrate with api.ai for Intents & Entities |
| contact-bot.ts      | List All Contacts by Wechat ID & Name |
| ding-dong-bot.ts    | Auto Reply Message |
| friend-bot.ts       | Auto Accept Friend Request |
| media-file-bot.ts   | Save Media Attachment in Message to Local File |
| room-bot.ts         | Manage Chat Room |
| speech-to-text-bot.ts | Convert Voice Message to Text |
| tuling123-bot.ts    | Answer Any Question |
15
| hot-import-bot      | Use hot-import for updating code without restarting program |
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
16
| blessed-twins-bot/  | Multi-Instance Twins Bot Powered by Blessed |
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
17
| busy-bot.ts         | Enter Auto Response Mode when you are BUSY |
18 19

Learn more about Wechaty from:
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
20

21 22 23 24 25 26 27
1. API Document: <https://github.com/Chatie/wechaty/wiki/API>
1. Chatie Blog: <https://blog.chatie.io>

> There's a new version of JSDoc Document of Wechaty, but it is still under constructing. Any contribution weill be welcome.
> See [#73 Embed Document in Wechaty Code for Generating Automaticly](https://github.com/Chatie/wechaty/issues/73) 
>
> JSDoc Document: <https://github.com/Chatie/wechaty/blob/master/docs/index.md>