Skip to content

A chatbot using botkit and express web server, this bot supports webhook as a channel.

Notifications You must be signed in to change notification settings

Govind-jha/botkit-starter-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botkit-Starter-Socket

This is a nlp smart bot using botkit and express server. This app enables webhook as a channel to connect to botkit.

Let do some talking

To start the botkit server, clone this repo and do npm install followed by npm start. Now you will have botkit server running at http://localhost:3005/botkit/receive, go ahead and start talking.

Sample Request

For talking to the botkit, you would need to make POST requests to botkit server. The sample request would look something like this,
{ type : "text", text : "I said hello fella", user : "user-unique-secret-id" channel : "webhook" }

About

A chatbot using botkit and express web server, this bot supports webhook as a channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published