Book Image

Building Bots with Node.js

By : Eduardo Freitas, Madan Bhintade
Book Image

Building Bots with Node.js

By: Eduardo Freitas, Madan Bhintade

Overview of this book

<p>The bots are taking over and we're all for it! Messenger-based bots will be the dominant software UI for the next generation of applications – even Slack, Telegram, and Facebook are driving a new approach where "threads are the new apps."</p> <p>This book shows you how to create work automation bots that interact with users through Slack, e-mail, Skype, Twitter, and more using Node.js. You'll learn to create conversational UIs for your Node.js apps, and then use those UIs to provide workflow automation tools.</p> <p>You will be shown how to handle customer service requests that come in through messenger systems – this includes interpreting the natural language to reveal the user's intent and respond accordingly. You will also learn how to automate processes that involve several people, such as processing holiday requests, arranging meetings, or sending updated reports on time.</p> <p>By the end of this book you'll have the knowledge to create bots that can handle and manipulate documents, URLs, and other items of content. Harness the power of bots and your organization will reap the benefits.</p>
Table of Contents (16 chapters)
Building Bots with Node.js
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Summary


We've seen briefly how Slack is a great collaboration platform and also how incredibly easy it is to interact with its real-time API.

In a matter of minutes, you can have a small demo bot up and running.

In the following chapters, we'll explore other interesting platforms that are also quite popular nowadays and this should also be a lot of fun to play around with.

I hope you have enjoyed following these examples and the upcoming chapters will touch upon other fascinating topics. Keep having fun!