From c334f2e2b99621c73077ce7a18291ebfbec4c32d Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Mon, 17 Jul 2017 21:39:13 +0800 Subject: [PATCH] Added Messaging APIs Messaging APIs is a mono repo which collects APIs needed for bot development. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6616ca6..cf978c4 100644 --- a/readme.md +++ b/readme.md @@ -350,6 +350,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [Recime](https://www.recime.io/) - A powerful platform for developers to build enterprise-grade bots. Recime provides the bot framework, developer tools, and a serverless cloud infrastructure. * [PHPFaceBot](https://github.com/bigicoin/phpfacebot) - PHP Facebook Messenger bot framework/starter kit * [TestMyBot](https://github.com/codeforequity-at/testmybot) - Automated Testing for Chatbots +* [Messaging APIs](https://github.com/Yoctol/messaging-apis) - Messaging APIs for multi-platform #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit)