Skip to content

mattnix4/chatterbot-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatterbot-api

Web API for Chatterbot

How to Use

Installing the server

Cloning into the repository

$ git clone https://github.com/gabru-md/chatterbot-
$ cd chatterbot-api

Starting MongoDB Server

$ sudo service mongodb start

Installing packages from package.json

$ npm install

Starting the Server

$ node app.js

Generating the API-Key

Go to https://localhost:8900/ and Register yourself.

API-Key

Using API-Key to generate Responses

Go to the browser and type: https://localhost:8900/getResponse/{{ your apikey }}/{{ your message }}

API Message

Read Docs for more

Navigate to : https://localhost:8900/howtouse

howtouse

Author

gabru-md <3

License

GNU General Public License v3.0

About

web api for chatterbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • Python 8.4%