Amazon cover image
Image from Amazon.com

Building Bots with Node.js.

By: Material type: TextTextPublication details: Packt Publishing, 2017.Edition: 1Description: 1 online resource (290)Content type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 1786468492
  • 9781786468499
  • 1786465450
  • 9781786465450
Subject(s): Genre/Form: Additional physical formats: Print version:: No titleDDC classification:
  • 006.3 23
LOC classification:
  • T55.4-60.8
Online resources:
Contents:
Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: The Rise of Bots -- Getting the Message Across; Why bots matter and why you should get on the train; Why SMS still matters; Twilio as an SMS platform; Installing Twilio for Node.js; Setting up a Twilio account; Bare-bones Twilio Node.js template; Core bot functionality on Azure; Receiving SMS bot logic; Summary; Chapter 2: Getting Skype to Work for You; How a Skype bot works; Wiring up our Skype bot; Registering our Skype bot app; HR Skype bot agent.
Azure table storage as a backendHR agent guidelines; Accessing the Azure table through code; HR agent bot logic; Summary; Chapter 3: Twitter as a Flight Information Agent; How a Twitter bot works; Creating a Twitter app; Posting to Twitter; Listening to tweets; Replying to who tweeted; Flight APIs; Flight status API; Route search API; Adding a REST client library; Making the bot a bit smarter; Summary; Chapter 4: A Slack Quote Bot; Getting started; Registering a bot on Slack; Setting up our Node.js app; Slackbots library basics; The They Said So API; Summary; Chapter 5: Telegram-Powered Bots.
How a Telegram bot worksSetting up a Telegram account; Setting up a bot account using a Telegram bot -- @BotFather; What is sentiment analysis?; Creating a Telegram bot; Conversations with our basic Telegram bot; Building a sentiment analysis bot; Summary; Chapter 6: BotKit -- Document Manager Agent for Slack; Setting up a Slack for your team; Setting up a Slack bot; Botkit and Slack; Creating our first Slack bot using Botkit and Node.js; Enhancing our DocMan bot; What is MongoDB?; MongoDB database for our DocMan bot; MongoDB shell; Create a database; Create a reference documents collection.
Create data for our DocMan botIndexing for search; Search query; What is MongoJS?; Wiring up DocMan bot with MongoDB; Amazon S3 storage; Amazon S3 console; Create buckets; Store documents in the bucket; Mark documents as public; Update MongoDB data with Amazon S3 document links; Wiring it all up together; Code understanding; Summary; Chapter 7: Facebook Messenger Bot, Who's Off -- A Scheduler Bot for Teams; Setting up our Facebook Messenger bot; The Facebook Page for our basic bot; Creating a Facebook app for our basic bot; Setting up our bot server in Azure.
Setting up a local git repository for our bot server in AzureModifying our bot program for Facebook verification; Setting up a Webhook and Facebook verification of our bot program; Deploying a modified bot that returns an echo; Troubleshooting our bot in Azure; Enhancing our Who's Off bot; Building a conversational experience with the Who's Off bot; Setting up a Messenger greeting; Showing the initial options of what a bot can do; What is DocumentDB?; Setting up a DocumentDB for our Who's Off bot; Creating an account ID for the DocumentDB; Creating a collection and database.
Summary: Automate workflow and internal communication processes and provide customer service without apps using messaging and interactive botsAbout This Book Create interactive bots on platforms such as Facebook Messenger, Kik, Telegram, and Skype to automate workflows Create a bot that works with SQL Server and Skype to deal with HR requests within a company Work with some of the most cutting-edge and widely-used APIs and messaging platforms to create interactive customer-facing experiences and automate workWho This Book Is ForThis is a book for Node.js developers who want to build powerful bots for customer-facing and internal workflow automation. What You Will Learn Create a bot template that responds to e-mails based on certain ruling criteria Interact with SMS and perform some basic Natural Language Processing using the Twilio API for Node.js Work with the Skype Web SDK and Node.js to create a bot that works with SQL Server and Skype Build an automated Flight Information Agent bot using the Twitter and Air France KLM APIs Create a scheduling bot for teams using the Facebook Messenger API Interact with BotKit along with and MongoDB Amazon S3 to create a document management bot in Node.js Leverage ICR and Azure Table Storage from Node.js to create a bug tracking bot Integrate Force.com API and Kik to create a Salesforce CRM botIn DetailThe 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."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. 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. 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. Style and approachThis fast-paced book is packed with real-world use cases that will help you understand concepts, issues, and solutions while using Node.js to build useful, cross-platform business bots
Item type:
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Home library Collection Call number Materials specified Status Date due Barcode
Electronic-Books Electronic-Books OPJGU Sonepat- Campus E-Books EBSCO Available

Print version record.

Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: The Rise of Bots -- Getting the Message Across; Why bots matter and why you should get on the train; Why SMS still matters; Twilio as an SMS platform; Installing Twilio for Node.js; Setting up a Twilio account; Bare-bones Twilio Node.js template; Core bot functionality on Azure; Receiving SMS bot logic; Summary; Chapter 2: Getting Skype to Work for You; How a Skype bot works; Wiring up our Skype bot; Registering our Skype bot app; HR Skype bot agent.

Azure table storage as a backendHR agent guidelines; Accessing the Azure table through code; HR agent bot logic; Summary; Chapter 3: Twitter as a Flight Information Agent; How a Twitter bot works; Creating a Twitter app; Posting to Twitter; Listening to tweets; Replying to who tweeted; Flight APIs; Flight status API; Route search API; Adding a REST client library; Making the bot a bit smarter; Summary; Chapter 4: A Slack Quote Bot; Getting started; Registering a bot on Slack; Setting up our Node.js app; Slackbots library basics; The They Said So API; Summary; Chapter 5: Telegram-Powered Bots.

How a Telegram bot worksSetting up a Telegram account; Setting up a bot account using a Telegram bot -- @BotFather; What is sentiment analysis?; Creating a Telegram bot; Conversations with our basic Telegram bot; Building a sentiment analysis bot; Summary; Chapter 6: BotKit -- Document Manager Agent for Slack; Setting up a Slack for your team; Setting up a Slack bot; Botkit and Slack; Creating our first Slack bot using Botkit and Node.js; Enhancing our DocMan bot; What is MongoDB?; MongoDB database for our DocMan bot; MongoDB shell; Create a database; Create a reference documents collection.

Create data for our DocMan botIndexing for search; Search query; What is MongoJS?; Wiring up DocMan bot with MongoDB; Amazon S3 storage; Amazon S3 console; Create buckets; Store documents in the bucket; Mark documents as public; Update MongoDB data with Amazon S3 document links; Wiring it all up together; Code understanding; Summary; Chapter 7: Facebook Messenger Bot, Who's Off -- A Scheduler Bot for Teams; Setting up our Facebook Messenger bot; The Facebook Page for our basic bot; Creating a Facebook app for our basic bot; Setting up our bot server in Azure.

Setting up a local git repository for our bot server in AzureModifying our bot program for Facebook verification; Setting up a Webhook and Facebook verification of our bot program; Deploying a modified bot that returns an echo; Troubleshooting our bot in Azure; Enhancing our Who's Off bot; Building a conversational experience with the Who's Off bot; Setting up a Messenger greeting; Showing the initial options of what a bot can do; What is DocumentDB?; Setting up a DocumentDB for our Who's Off bot; Creating an account ID for the DocumentDB; Creating a collection and database.

Automate workflow and internal communication processes and provide customer service without apps using messaging and interactive botsAbout This Book Create interactive bots on platforms such as Facebook Messenger, Kik, Telegram, and Skype to automate workflows Create a bot that works with SQL Server and Skype to deal with HR requests within a company Work with some of the most cutting-edge and widely-used APIs and messaging platforms to create interactive customer-facing experiences and automate workWho This Book Is ForThis is a book for Node.js developers who want to build powerful bots for customer-facing and internal workflow automation. What You Will Learn Create a bot template that responds to e-mails based on certain ruling criteria Interact with SMS and perform some basic Natural Language Processing using the Twilio API for Node.js Work with the Skype Web SDK and Node.js to create a bot that works with SQL Server and Skype Build an automated Flight Information Agent bot using the Twitter and Air France KLM APIs Create a scheduling bot for teams using the Facebook Messenger API Interact with BotKit along with and MongoDB Amazon S3 to create a document management bot in Node.js Leverage ICR and Azure Table Storage from Node.js to create a bug tracking bot Integrate Force.com API and Kik to create a Salesforce CRM botIn DetailThe 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."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. 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. 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. Style and approachThis fast-paced book is packed with real-world use cases that will help you understand concepts, issues, and solutions while using Node.js to build useful, cross-platform business bots

eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide

There are no comments on this title.

to post a comment.

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library