DEV Community

Nathan Sharma for MojoAuth

Posted on • Originally published at mojoauth.com on

Google Chatbot Setup With Golang

This tutorial will cover building a bot that responds to pings (i.e., @) and sends messages to a chat room. The bot will run on a golang server and receive pings via an HTTP endpoint on a high level. We will be using payload in the HTTP request for responses to pings(synchronous), while Google Hangout Chat API will be used for bot-initiated messages(asynchronous) Google Chatbots When you think about a bot, you must decide how you want to interact with it.

Read On

Top comments (0)