From caf4a50beb74f8efb23db38e8b281f270f0f434a Mon Sep 17 00:00:00 2001 From: Rodrigo Pimentel Date: Tue, 13 Mar 2018 09:39:47 -0500 Subject: [PATCH 1/2] Update readme.md Add link to chatito, a tool for dataset generation --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6c57c28..d336a02 100644 --- a/readme.md +++ b/readme.md @@ -158,6 +158,7 @@ You can request access here: * [ChatbotProxy](https://www.chatbotproxy.com/) - Extensible proxy between your chatbot and providers. It helps debug incoming/outgoing requests using `curl`. And it keeps per page metrics for Facebook Messenger bot apps. * [Botmeter](https://www.botfuel.io/features/botmeter) - Follow performance, optimize conversations and understand your customers' behaviors through our analytics application. * [Chatbase](https://chatbase.com) - Analyse and optimize bot conversations. Visualize interaction flow, explore chat conversations, analyze retention and track convertions. +* [Chatito](https://rodrigopivi.github.io/Chatito) - Generate datasets for nlu chatbots quickly using a simple DSL. #### Marketing * [bCRM](https://bcrm.com/) - CRM for Marketers and Customer Support Staff in the chatbot world From 1a0d1248fc76046333a856592ad92252ec4b10a0 Mon Sep 17 00:00:00 2001 From: Rodrigo Pimentel Date: Tue, 13 Mar 2018 14:38:29 -0500 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d336a02..71e978d 100644 --- a/readme.md +++ b/readme.md @@ -158,7 +158,6 @@ You can request access here: * [ChatbotProxy](https://www.chatbotproxy.com/) - Extensible proxy between your chatbot and providers. It helps debug incoming/outgoing requests using `curl`. And it keeps per page metrics for Facebook Messenger bot apps. * [Botmeter](https://www.botfuel.io/features/botmeter) - Follow performance, optimize conversations and understand your customers' behaviors through our analytics application. * [Chatbase](https://chatbase.com) - Analyse and optimize bot conversations. Visualize interaction flow, explore chat conversations, analyze retention and track convertions. -* [Chatito](https://rodrigopivi.github.io/Chatito) - Generate datasets for nlu chatbots quickly using a simple DSL. #### Marketing * [bCRM](https://bcrm.com/) - CRM for Marketers and Customer Support Staff in the chatbot world @@ -390,6 +389,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [Botomatic](https://botomatic.io/) - PHP Framework for building Messenger Chatbots * [Botfuel Dialog](https://github.com/Botfuel/botfuel-dialog) - Open Source Node.js SDK for building highly conversational chatbots * [Telegram-Typings](https://www.npmjs.com/package/telegram-typings) - A tool for parsing Telegram API page to the typings. +* [Chatito](https://rodrigopivi.github.io/Chatito) - Generate datasets for nlu chatbots quickly using a simple DSL. #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit)