From 327306b02736cb3ecd322d73495dfc59c2e515a7 Mon Sep 17 00:00:00 2001 From: leitrim Date: Fri, 27 May 2016 17:41:50 -0400 Subject: [PATCH 01/43] Update app.json --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 23e5b914..10fd9b6f 100644 --- a/app.json +++ b/app.json @@ -7,16 +7,16 @@ "logo": "http://www.estherbot.com/wp-content/uploads/2016/03/EstherBot-photo.png", "env": { "SMOOCH_APP_TOKEN": { - "description": "Your Smooch app token which is used to initialize the web widget.", + "description": "Aqbmqo3rxm834gzucenndu5zt", "required": true }, "SMOOCH_KEY_ID": { - "description": "Your Smooch key ID, used to talk to the Smooch API", + "description": "pp_5748b686b2ea9d4200ec0447", "required": true }, "SMOOCH_SECRET": { - "description": "Your Smooch secret, used to talk to the Smooch API", + "description": "vxmdzY2DJTGZ-ZgOpSniMLYF", "required": true } } -} \ No newline at end of file +} From d18df18b3477cf3f6ca75a62f34e1538d89d45c9 Mon Sep 17 00:00:00 2001 From: leitrim Date: Fri, 27 May 2016 17:43:04 -0400 Subject: [PATCH 02/43] Update script.json --- script.json | 1 + 1 file changed, 1 insertion(+) diff --git a/script.json b/script.json index 9effb2b2..801c4f12 100644 --- a/script.json +++ b/script.json @@ -1,4 +1,5 @@ { + "hello": "Sweet, Joe, let's do this..." "BOT": "Hi there!\nI’m the personal bot of Esther, a Product Marketer from San Francisco.\n![esther](https://raw.githubusercontent.com/esthercrawford/smooch-bot-example/master/img/esther.jpg)\nWant to know more about bots or learn about Esther? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", From 56bf5f99fcf56f75abedb2d40297f0aa3420c0bf Mon Sep 17 00:00:00 2001 From: leitrim Date: Fri, 27 May 2016 17:44:34 -0400 Subject: [PATCH 03/43] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index da0bf989..9938edf3 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about Esther? Just say HELLO to get started.') + return bot.say('So you want to learn about JO JO? Just say HELLO to get started.') .then(() => 'speak'); } }, @@ -67,4 +67,4 @@ module.exports = new Script({ .then(processMessage); } } -}); \ No newline at end of file +}); From 4e8048165b4040dbb3ad1d610e86b30f0c438a49 Mon Sep 17 00:00:00 2001 From: leitrim Date: Fri, 27 May 2016 17:47:37 -0400 Subject: [PATCH 04/43] Update app.json --- app.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app.json b/app.json index 10fd9b6f..14ba32fc 100644 --- a/app.json +++ b/app.json @@ -1,21 +1,21 @@ { - "name": "Esther Bot", - "description": "Esther, bot.", - "keywords": ["esther", "bot", "express"], - "website": "https://estherbot.com", - "repository": "https://github.com/esthercrawford/smooch-bot-example", - "logo": "http://www.estherbot.com/wp-content/uploads/2016/03/EstherBot-photo.png", + "name": "Smooch Bot Example App", + "description": "Smooch Bot example using Express", + "keywords": ["smooch", "bot", "express"], + "website": "https://smooch.io", + "repository": "https://github.com/smooch/smooch-bot-example", + "logo": "https://node-js-sample.herokuapp.com/node.png", "env": { "SMOOCH_APP_TOKEN": { - "description": "Aqbmqo3rxm834gzucenndu5zt", + "description": "Your Smooch app token which is used to initialize the web widget.", "required": true }, "SMOOCH_KEY_ID": { - "description": "pp_5748b686b2ea9d4200ec0447", + "description": "Your Smooch key ID, used to talk to the Smooch API", "required": true }, "SMOOCH_SECRET": { - "description": "vxmdzY2DJTGZ-ZgOpSniMLYF", + "description": "Your Smooch secret, used to talk to the Smooch API", "required": true } } From 8f05cf91dbd12b891d47f2f3aa0625540c7e8207 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 20:02:38 -0400 Subject: [PATCH 05/43] Update script.json --- script.json | 1 - 1 file changed, 1 deletion(-) diff --git a/script.json b/script.json index 801c4f12..9effb2b2 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,4 @@ { - "hello": "Sweet, Joe, let's do this..." "BOT": "Hi there!\nI’m the personal bot of Esther, a Product Marketer from San Francisco.\n![esther](https://raw.githubusercontent.com/esthercrawford/smooch-bot-example/master/img/esther.jpg)\nWant to know more about bots or learn about Esther? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", From 92a48872242fe35cd34b630cfb8db3ef48d41d9e Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 20:41:00 -0400 Subject: [PATCH 06/43] Update index.hbs --- views/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.hbs b/views/index.hbs index 9aea13fc..ea1f7605 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,6 +6,6 @@ -

SmoochBot Demo

+

Joe SmoochBot Demo

- \ No newline at end of file + From 34fb9a668cf2fef95f8ddb238b8dc68cb1851147 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 20:58:43 -0400 Subject: [PATCH 07/43] Update index.hbs --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index ea1f7605..3c7dd666 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,6 +6,6 @@ -

Joe SmoochBot Demo

+

Joe's ChatBot via SmoochBot Demo

From 3e04eab5fc5b7ef104cdd53b794608bc52ccaf93 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:07:36 -0400 Subject: [PATCH 08/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 9effb2b2..b1c50713 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "BOT": "Hi there!\nI’m the personal bot of Esther, a Product Marketer from San Francisco.\n![esther](https://raw.githubusercontent.com/esthercrawford/smooch-bot-example/master/img/esther.jpg)\nWant to know more about bots or learn about Esther? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", + "Hi BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![esther](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LOVE YOU": "Awh, shucks! I love you too!", From 41194801c6a4a34093bfdc4696c1b3ded63cf6c5 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:12:57 -0400 Subject: [PATCH 09/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 9938edf3..4b091038 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about JO JO? Just say HELLO to get started.') + return bot.say('So you want to learn about Joe's New ChatBot? Well thats me. Just say HELLO to get started.') .then(() => 'speak'); } }, From feb2760f269e8a4976b5b8a3833faa0bcf206e17 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:15:14 -0400 Subject: [PATCH 10/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 4b091038..0f363322 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about Joe's New ChatBot? Well thats me. Just say HELLO to get started.') + return bot.say('So you want to learn about Joes New ChatBot? Well thats me. Just say HELLO to get started.') .then(() => 'speak'); } }, From e25ad7006abbf021388d86e363e3fba441af778e Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:18:09 -0400 Subject: [PATCH 11/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 0f363322..9938edf3 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about Joes New ChatBot? Well thats me. Just say HELLO to get started.') + return bot.say('So you want to learn about JO JO? Just say HELLO to get started.') .then(() => 'speak'); } }, From b02c43b41d627093212b4d6ee0a3ed2418663d44 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:19:56 -0400 Subject: [PATCH 12/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 9938edf3..672207f0 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about JO JO? Just say HELLO to get started.') + return bot.say('So you want to learn about Joe's ChatBot? Just say HELLO to get started.') .then(() => 'speak'); } }, From ffc8cd7d37b81d516bcadc8bee0849114719baf1 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:20:57 -0400 Subject: [PATCH 13/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 672207f0..40e36c01 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about Joe's ChatBot? Just say HELLO to get started.') + return bot.say('So you want to learn about a ChatBot that Joe created? Just say HELLO to get started.') .then(() => 'speak'); } }, From 36bd1696da706637ba9944d33250d51afd3e9b42 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:28:18 -0400 Subject: [PATCH 14/43] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 40e36c01..68da33c9 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about a ChatBot that Joe created? Just say HELLO to get started.') + return bot.say('So you want to learn about me, a ChatBot that Joe created? Just say HELLO to get started.') .then(() => 'speak'); } }, From f6547af17366d0e86e378dfe8b658ac1f2da9d47 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:30:40 -0400 Subject: [PATCH 15/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index b1c50713..56317ea3 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "Hi BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![esther](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", + "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![esther](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LOVE YOU": "Awh, shucks! I love you too!", From 33c37697f78053ec4bf33aa569aa88dd65f45a93 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:35:50 -0400 Subject: [PATCH 16/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 56317ea3..0ad7a2ef 100644 --- a/script.json +++ b/script.json @@ -2,7 +2,7 @@ "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![esther](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", - "I LOVE YOU": "Awh, shucks! I love you too!", + "I LIKE THIS": "Awh, shucks! I like you too!", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 58096c6ebbdb34d066886fd6ad0558ffba3d526f Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:37:02 -0400 Subject: [PATCH 17/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 0ad7a2ef..7d4b5662 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![esther](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", + "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", From 64f73b01831da51afb4e105f912100b8d40c4590 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:41:31 -0400 Subject: [PATCH 18/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 7d4b5662..78b359a6 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", + "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:http://www.ddiworld.com/) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", From 32613d1b38505dc4c851805859cc9d80f1c46ab0 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:45:22 -0400 Subject: [PATCH 19/43] Update script.json --- script.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.json b/script.json index 78b359a6..d8748709 100644 --- a/script.json +++ b/script.json @@ -1,8 +1,9 @@ { - "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:http://www.ddiworld.com/) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", + "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:bot) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", + "BOT": I'm a T-Bot short and stout "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 02c682f8fe98a5b938a8be6685405ca043629773 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:46:10 -0400 Subject: [PATCH 20/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index d8748709..8e32c3a2 100644 --- a/script.json +++ b/script.json @@ -3,7 +3,7 @@ "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", - "BOT": I'm a T-Bot short and stout + "BOT": "I'm a T-Bot short and stout", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 28becdbbbdd43f100a3d232bf29c1620a7f40cee Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:48:40 -0400 Subject: [PATCH 21/43] Update script.json --- script.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.json b/script.json index 8e32c3a2..7c8782e1 100644 --- a/script.json +++ b/script.json @@ -1,7 +1,7 @@ { - "BOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:bot) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", - "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", - "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", + "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:bot) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", + "HELLO": "Hey, I'm so glad you set me up! Do you want to tell Joe that you're talking to his bot? %[Tell her](postback:twitter)", + "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", "CONNECT ME": "", From 8729561183dec60ce354166933ebeb9605ea6ee9 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:51:41 -0400 Subject: [PATCH 22/43] Update script.json --- script.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index 7c8782e1..35a94d68 100644 --- a/script.json +++ b/script.json @@ -1,6 +1,6 @@ { - "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:bot) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", - "HELLO": "Hey, I'm so glad you set me up! Do you want to tell Joe that you're talking to his bot? %[Tell her](postback:twitter)", + "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", + "HELLO": "Hey, I'm so glad you set me up! Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", From 7be4329aac7f510f91a636859a195ae6495bb225 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:56:29 -0400 Subject: [PATCH 23/43] Update script.json --- script.json | 1 + 1 file changed, 1 insertion(+) diff --git a/script.json b/script.json index 35a94d68..835201b0 100644 --- a/script.json +++ b/script.json @@ -4,6 +4,7 @@ "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", + "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :)" "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 26197a8ec4860983862a27ca3d40c506727c6a4d Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:56:56 -0400 Subject: [PATCH 24/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 835201b0..716abc64 100644 --- a/script.json +++ b/script.json @@ -4,7 +4,7 @@ "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", - "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :)" + "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting" "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From c0454dad534c1563c2b060e00e1cca3bb7e7119c Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 22:57:34 -0400 Subject: [PATCH 25/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 716abc64..f0bfe007 100644 --- a/script.json +++ b/script.json @@ -4,7 +4,7 @@ "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", - "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting" + "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 86734f3302cbfeb4189761e3311af82c2f4c96ae Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 31 May 2016 23:00:16 -0400 Subject: [PATCH 26/43] Update script.json --- script.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index f0bfe007..613dcbe0 100644 --- a/script.json +++ b/script.json @@ -1,10 +1,10 @@ { - "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", + "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", "HELLO": "Hey, I'm so glad you set me up! Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", - "I'm here for the bot":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", + "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 2daf34988d90749b67c4d7456d7e2aa9e4c7f814 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 10:46:41 -0400 Subject: [PATCH 27/43] Update index.hbs --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index 3c7dd666..540fb32f 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,6 +6,6 @@ -

Joe's ChatBot via SmoochBot Demo

+

Joe's ChatBot

Start chatting by clicking on "May I Help You" bottom right corner. From 068a404c2bc7378c22063c6f6b76f1cd2a013187 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 10:47:34 -0400 Subject: [PATCH 28/43] Update index.hbs --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index 540fb32f..2008fa93 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,6 +6,6 @@ -

Joe's ChatBot

Start chatting by clicking on "May I Help You" bottom right corner. +

Joe's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner. From 11c19ad97a01f542de89ee90b9fc563d14ada984 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 10:49:13 -0400 Subject: [PATCH 29/43] Update index.hbs --- views/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.hbs b/views/index.hbs index 2008fa93..c2728c29 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,6 +6,6 @@ -

Joe's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner. - +

Joe's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner.

Here are a few things this bot understands

+Bot, Chatbot, From f933fc7a6baa9d6fed9ffa37b2373c19e2fa32fb Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 11:47:47 -0400 Subject: [PATCH 30/43] Update script.json --- script.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.json b/script.json index 613dcbe0..5372c7e5 100644 --- a/script.json +++ b/script.json @@ -1,7 +1,7 @@ { - "CHATBOT": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", - "HELLO": "Hey, I'm so glad you set me up! Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", - "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", + "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", + "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", + "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", From 3b293f87067e80ea275882485bdb73998afabcf2 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 11:56:00 -0400 Subject: [PATCH 31/43] Update script.json --- script.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index 5372c7e5..6bc6f1fc 100644 --- a/script.json +++ b/script.json @@ -1,10 +1,11 @@ { - "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:learn_about_joe) %[One random fact!](postback:random_fact)", + "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", - "TELL HIM": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", + "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", + "Learn about Joe":"I asked Joe a serious of questions but you know I couldn’t understand a dam thing he said with that accent. Let’s just say he's a great lad.", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 97b7bf0a75fd0eb6bffa82194c5d364ec248a3c2 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 11:58:02 -0400 Subject: [PATCH 32/43] Update script.json --- script.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index 6bc6f1fc..14c50e4d 100644 --- a/script.json +++ b/script.json @@ -1,11 +1,11 @@ { - "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride the 1st, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", - "Learn about Joe":"I asked Joe a serious of questions but you know I couldn’t understand a dam thing he said with that accent. Let’s just say he's a great lad.", + "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand a dam thing he said with that accent. Let’s just say he's a great lad.", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 6f4098fc10e133aec3a274009aa910f78d99d847 Mon Sep 17 00:00:00 2001 From: leitrim Date: Wed, 1 Jun 2016 12:01:16 -0400 Subject: [PATCH 33/43] Update index.hbs --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index c2728c29..97295c81 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -7,5 +7,5 @@

Joe's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner.

Here are a few things this bot understands

-Bot, Chatbot, +
  • Hi
  • Are you real
  • I Like This
  • Bot
From 8fcf7e06a7df8ac17d674bf08f6d5a226c5088cd Mon Sep 17 00:00:00 2001 From: leitrim Date: Thu, 2 Jun 2016 06:13:27 -0400 Subject: [PATCH 34/43] Update script.json --- script.json | 1 + 1 file changed, 1 insertion(+) diff --git a/script.json b/script.json index 14c50e4d..112550cc 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,6 @@ { "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "Hello": "Hello my fellow DDI family member!\nI’m a bot by Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", From a0f26037c9a5d634310daeb3e7bb6aadf17f5813 Mon Sep 17 00:00:00 2001 From: leitrim Date: Thu, 2 Jun 2016 06:15:05 -0400 Subject: [PATCH 35/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 112550cc..1ec40f23 100644 --- a/script.json +++ b/script.json @@ -1,6 +1,6 @@ { "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", - "Hello": "Hello my fellow DDI family member!\nI’m a bot by Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HELLO": "Hello my fellow DDI family member!\nI’m a bot by Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", From 0bf23761ac8f135c1095e4860598ce64c09e27b1 Mon Sep 17 00:00:00 2001 From: leitrim Date: Thu, 2 Jun 2016 06:18:31 -0400 Subject: [PATCH 36/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 1ec40f23..5e4d0328 100644 --- a/script.json +++ b/script.json @@ -1,6 +1,6 @@ { "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", - "HELLO": "Hello my fellow DDI family member!\nI’m a bot by Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HELLO": "Hello my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", From 5d97e9ab62c16616b5cd0c905ef46950729e8b12 Mon Sep 17 00:00:00 2001 From: leitrim Date: Tue, 7 Jun 2016 13:08:18 -0400 Subject: [PATCH 37/43] Update script.json --- script.json | 1 + 1 file changed, 1 insertion(+) diff --git a/script.json b/script.json index 5e4d0328..54166e86 100644 --- a/script.json +++ b/script.json @@ -4,6 +4,7 @@ "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", + "HI IM RICH":"I was thinking that. You sure don't look poor to me :)", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand a dam thing he said with that accent. Let’s just say he's a great lad.", From c5b922b0ca0b45196a003161866d2e336a5bf982 Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 10:19:41 -0400 Subject: [PATCH 38/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 54166e86..41757539 100644 --- a/script.json +++ b/script.json @@ -7,7 +7,7 @@ "HI IM RICH":"I was thinking that. You sure don't look poor to me :)", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", - "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand a dam thing he said with that accent. Let’s just say he's a great lad.", + "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand what he said with his accent. Let’s just say he's a great lad.", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 8908aaf61b8210c32761c0cad641b229799bc646 Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 10:35:23 -0400 Subject: [PATCH 39/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index 41757539..e345dfb0 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "HI": "Hi there my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HI": "Hi there my friend!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "HELLO": "Hello my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", From 06bf0a255a9bf0c12df92ab08af9d304021b9ba6 Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 10:36:51 -0400 Subject: [PATCH 40/43] Update script.json --- script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.json b/script.json index e345dfb0..63db2a1f 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "HI": "Hi there my friend!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HI": "Hi there my friend! I’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "HELLO": "Hello my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", From 8bff97235ba7e6d3adcb8e4fab28b4e28a497c9b Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 10:44:45 -0400 Subject: [PATCH 41/43] Update script.json --- script.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index 63db2a1f..4231a55e 100644 --- a/script.json +++ b/script.json @@ -1,5 +1,5 @@ { - "HI": "Hi there my friend! I’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HI": "Hi there my friend! \nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "HELLO": "Hello my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", @@ -7,7 +7,7 @@ "HI IM RICH":"I was thinking that. You sure don't look poor to me :)", "BOT": "I'm a T-Bot short and stout", "I'M HERE FOR THE BOT":"Okay, Okay already. I think you made a bad chooice. Joe is much more interesting :) ", - "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand what he said with his accent. Let’s just say he's a great lad.", + "LEARN ABOUT JOE":"I asked Joe a serious of questions but you know I couldn’t understand what he said with his accent. Let’s just say he's amazing :)", "CONNECT ME": "", "DISCONNECT": "Roger that, EstherBot is back." } From 44f4aa408d2020b1ec03ffe02a598ae9d1a87a5b Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 10:54:23 -0400 Subject: [PATCH 42/43] Update script.json --- script.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.json b/script.json index 4231a55e..f47d35ac 100644 --- a/script.json +++ b/script.json @@ -1,6 +1,6 @@ { - "HI": "Hi there my friend! \nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/newbrand/logo_ddi_new_color.svg)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", - "HELLO": "Hello my fellow DDI family member!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HI": "Hi there my friend! \nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.oceanwidemedia.com/images/logo_ib.png)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", + "HELLO": "Hello my friend!\nI’m the personal bot of Joe Mc Bride, \n![DDI](http://www.ddiworld.com/DDI/media/site-images/logos/logo_ddi_resp_black_text.gif)\nWant to know more about bots or learn about Joe? %[I'm here for the bot](postback:BOT) %[Learn about Joe](postback:about_joe)", "ARE YOU REAL": "Hey, who do you think your talking to. I'm the main bot around here, you know? Do you want to tell Joe that you're talking to his bot? %[Tell him](postback:twitter)", "TELL HIM": "Okay, Let's tweet Joe @haon90 so he knows you're thinking of setting a bot up. Here's a tweet that's ready to go: %[Tweet Joe](http://bit.ly/1ZdhjuD)", "I LIKE THIS": "Awh, shucks! I like you too!", From 33aee368ca9cb2dbdbfbbf442111937ff2faad25 Mon Sep 17 00:00:00 2001 From: leitrim Date: Sun, 9 Apr 2017 11:01:04 -0400 Subject: [PATCH 43/43] Update index.hbs --- views/index.hbs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/index.hbs b/views/index.hbs index 97295c81..8df67cab 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -5,7 +5,9 @@ Smooch.init({appToken: '{{appToken}}' }); - -

Joe's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner.

Here are a few things this bot understands

+
Irelandsbeat
+

Mc Bride's ChatBot

Start chatting by clicking on "How can we help?" bottom right corner.

Here are a few things this bot understands

  • Hi
  • Are you real
  • I Like This
  • Bot