From 1067ba519517529d253cfefb748a46f6cb295554 Mon Sep 17 00:00:00 2001 From: Maxi Ferreira Date: Thu, 2 Mar 2017 15:10:32 -0800 Subject: [PATCH] Added BootBot to SDKs/Frameworks/Libraries section I've added my own JS framework for building Messenger bots to the list: https://github.com/Charca/bootbot Thanks for this great resource! --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0343a47..fd8b698 100644 --- a/readme.md +++ b/readme.md @@ -297,6 +297,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [telegraf](https://github.com/telegraf/telegraf) - Modern Telegram bot framework * [telegram.bot](https://github.com/MrRoundRobin/telegram.bot) - Telegram Bot API - C# Client * [telebot](https://github.com/tucnak/telebot) - Telebot is a Telegram bot framework in Go +* [BootBot](https://github.com/Charca/bootbot) - Facebook Messenger Bot Framework for Node.js #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit)