From 600a220d9ac4e8ae21c5be76d922583708e9e713 Mon Sep 17 00:00:00 2001 From: Ayomide Onigbinde Date: Thu, 13 Dec 2018 12:37:44 +0100 Subject: [PATCH 1/3] Added Go tutorial to tutorials/guides section --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3b1d471..81fd481 100644 --- a/readme.md +++ b/readme.md @@ -424,7 +424,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [Facebook Chatbot Tutorial](https://github.com/AdrianKrebs/facebook-chatbot-tutorial) * [How To Create a Telegram Bot Using Python](https://khashtamov.com/2017/02/how-to-create-a-telegram-bot-using-python/) * [How to integrate a Dozen Messaging Platforms in 5 Minutes](https://medium.com/broid/integrate-a-dozen-messaging-platforms-in-5-minutes-4d77ee48f4c3) - +* [Creating a simple (echo) bot in Go](https://chatbotslife.com/building-a-simple-echo-bot-in-go-part-1-5de347bdf2b0) ### Useful articles * [Comparison: ManyChat vs Chatfuel](https://www.thinktuitive.com/comparison-manychat-vs-chatfuel) - ManyChat vs Chatfuel in-depth review & comparison. * [Revenue models for bots and chatbots](https://chatbotslife.com/revenue-models-for-bots-and-chatbots-702ca78a1b07) - In this article Amir Shevat from Slack has reviewed the direct and indirect ways that bots can drive revenue to a business. From 57338b23121bd8b6c5862b702f0eb5e62e5c46bf Mon Sep 17 00:00:00 2001 From: Ayomide Onigbinde Date: Thu, 13 Dec 2018 12:42:15 +0100 Subject: [PATCH 2/3] Added go-sarah to sdk/frameworks/Libraries category --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 81fd481..114ba03 100644 --- a/readme.md +++ b/readme.md @@ -391,6 +391,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [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. * [Probot](https://probot.github.io/) - SDK for building bots around GitHub workflows +* [Go-sarah](https://github.com/oklahomer/go-sarah/) #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit) From 9421f957447a8fc83efa22178a6d3401f4410924 Mon Sep 17 00:00:00 2001 From: Ayomide Onigbinde Date: Thu, 13 Dec 2018 12:44:48 +0100 Subject: [PATCH 3/3] added description to go-sarah --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 114ba03..b0d030d 100644 --- a/readme.md +++ b/readme.md @@ -391,7 +391,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [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. * [Probot](https://probot.github.io/) - SDK for building bots around GitHub workflows -* [Go-sarah](https://github.com/oklahomer/go-sarah/) +* [Go-sarah](https://github.com/oklahomer/go-sarah/) - Build multi-channel bots using Golang #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit)