From c65aa3c479bf427402bbca745f17e0880f7e6030 Mon Sep 17 00:00:00 2001 From: Todor Tsankov Date: Tue, 20 Jun 2017 17:48:45 +0200 Subject: [PATCH] Update Boilerplates section Added a Node Telegram bot boilerplate. The project includes necessary setup and instructions on how to start and deploy a bot. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 897ad28..8bcb94a 100644 --- a/readme.md +++ b/readme.md @@ -348,6 +348,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [PHP Facebook Messenger chatbot boilerplate](https://github.com/christophrumpel/chatbot-php-boilerplate) * [Facebook Messenger wit.ai node.js boilerplate](https://github.com/SimplyTechnologies/messenger-bot-wit-boilerplate) * [Web Chatbot Bootsrap Kit in Whatsapp style](https://github.com/AdrianKrebs/chatbot-bootstrap) +* [Node Telegram bot boilerplate](https://github.com/txwkx/node-telegram-bot-boilerplate) #### Tutorials/Guides * [The Complete Beginner’s Guide To Chatbots](https://chatbotsmagazine.com/the-complete-beginner-s-guide-to-chatbots-8280b7b906ca#.54ql2uhaf)