Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derieri

An implementation of the cleverbot chatbot system


Node Version License Stargazers Issues Pull Requests Npm Statistics

Project


Coding

const Derieri = require('derieri');
const deri = new Derieri.Client({
    islearning: true
});

deri.reply('Hello! How are you?').then(response => {
    // Print the response
    console.log(response);
});

// Or, with context
deri.reply('I\'m good!', ['Hi.', 'How are you?']).then(response => {
	console.log(response);
})
Special thanks to NithishPravin for the idea

About

Derieri is an implementation of the cleverbot chatbot system

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages