This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Google Hangouts Chat support to Botkit #1414
Merged
benbrown
merged 5 commits into
howdyai:master
from
ouadie-lahdioui:feature/GoogleHangoutsChat
Oct 19, 2018
Merged
Add Google Hangouts Chat support to Botkit #1414
benbrown
merged 5 commits into
howdyai:master
from
ouadie-lahdioui:feature/GoogleHangoutsChat
Oct 19, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ouadie-lahdioui
changed the title
Add Google Hangouts Chat support for Botkit
Add Google Hangouts Chat support to Botkit
Jul 18, 2018
vmichalak
reviewed
Jul 18, 2018
examples/google_hangouts_bot.js
Outdated
|
||
controller.setupWebserver(3000, function (err, webserver) { | ||
controller.createWebhookEndpoints(webserver, bot, function () { | ||
console.log(`🚀 Congratulation, the web server is online !`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In English, there is no space in front of the punctuation marks ; ! ? :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
vmichalak
reviewed
Jul 18, 2018
This fixes #497 |
ouadie-lahdioui
force-pushed
the
feature/GoogleHangoutsChat
branch
from
July 18, 2018 16:50
edcf71f
to
c887fea
Compare
arnaudjolly
reviewed
Jul 19, 2018
benbrown
approved these changes
Jul 20, 2018
ouadie-lahdioui
force-pushed
the
feature/GoogleHangoutsChat
branch
from
July 22, 2018 19:16
c887fea
to
33edb39
Compare
ouadie-lahdioui
force-pushed
the
feature/GoogleHangoutsChat
branch
from
July 30, 2018 21:49
33edb39
to
df842af
Compare
Works as a charm, thanks guys :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everybody 👋
This PR adds support for Google Hangouts Chat platform into Botkit 🎉
Developers will be able to make hangouts bot simply like that :
Hear users expressions :
And replay with several methods :
.reply(...)
.replyAsNewThread(...)
.replyAsNewThread(...)
I'll make another PR on botkit-docs project to add documentation.
Enjoy