An open API service indexing awesome lists of open source software.

https://github.com/brannondorsey/scarecrow

A Node.js chat bot that learns.
https://github.com/brannondorsey/scarecrow

Last synced: 7 months ago
JSON representation

A Node.js chat bot that learns.

Awesome Lists containing this project

README

          

# Scarecrow

Scarecrow is a Node.js chat bot speed project that learns when you talk to it. Scarecrow uses the [pos](https://www.npmjs.org/package/pos) module for part of speech tagging.

## Install

git clone https://github.com/brannondorsey/scarecrow.git
cd scarecrow-master
npm install

## Usage

You can chat with Scarecrow directly from the command line. From inside of the `scarecrow-master/` directory run:

node copycat.js

If scarecrow already has a brain (more soon), you can talk to it with:

node index.js