From 3858f66897f6bf70d2362d10f1e2bca2db97a8eb Mon Sep 17 00:00:00 2001 From: Huan LI Date: Tue, 16 May 2017 11:10:34 +0800 Subject: [PATCH] chore(doc): re-structure --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0de83cd0..8b5fd49c 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,15 @@ Get to know more about test from [Wiki:Test](https://github.com/chatie/wechaty/w Get embed html/markdown code from [Wiki:PoweredByWechaty](https://github.com/chatie/wechaty/wiki/PoweredByWechaty) +## Projects Use Wechaty + +1. [Relay between Telegram and WeChat](https://github.com/Firaenix/TeleChatRelay) +1. [A chat bot managing the HaoShiYou wechat groups run by volunteers of haoshiyou.org](https://github.com/xinbenlv/haoshiyou-bot) +1. [A chat interactive bot to manage TODO list](https://github.com/coderbunker/candobot) +1. [Forward WeChat messages to telegram](https://github.com/luosheng/Wegram) + +Know more about Projects Use Wechaty at [Wiki:PoweredByWechaty](https://github.com/chatie/wechaty/wiki/PoweredByWechaty) + ## Find a Good Server The best practice for runing Wechaty Docker/NPM is using a VPS(Virtual Private Server) outside of China, which can save you hours of time because `npm install` and `docker pull` will run smoothly without any problem. @@ -217,15 +226,6 @@ The following VPS providers is used by ourselves, they worked perfectly in produ | Japan | $5 | 1GB | Paypal | [Linode](https://www.linode.com/?r=5fd2b713d711746bb5451111df0f2b6d863e9f63) | | Korea | $10 | 1GB | Alipay, Paypal | [Netdedi](https://www.netdedi.com/?affid=35) | -## Projects Use Wechaty - -1. [Relay between Telegram and WeChat](https://github.com/Firaenix/TeleChatRelay) -1. [A chat bot managing the HaoShiYou wechat groups run by volunteers of haoshiyou.org](https://github.com/xinbenlv/haoshiyou-bot) -1. [A chat interactive bot to manage TODO list](https://github.com/coderbunker/candobot) -1. [Forward WeChat messages to telegram](https://github.com/luosheng/Wegram) - -Know more about Projects Use Wechaty at [Wiki:PoweredByWechaty](https://github.com/chatie/wechaty/wiki/PoweredByWechaty) - # Contributing Howto [contribute](https://github.com/chatie/wechaty/blob/master/CONTRIBUTING.md) -- GitLab