GitXplorerGitXplorer
J

skeleton.ai

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
000f3e7af87ff35ec582f1eb27f1b3ba749db1af

Merge pull request #3 from crisidev/master

JJei committed 8 years ago
Unverified
f116ea824916aca706dad666d70585f1347afb7d

Add simple Dockerfile. Fix SSL to be enable by default in example config

ccrisidev committed 8 years ago
Unverified
873cdf9ed9c8f9c018e00fac5555fae593ada46f

Add simple Dockerfile. Fix SSL to be enable by default in example config

ccrisidev committed 8 years ago
Unverified
0d24de5bc4b729165cbd46b369e0c81dc660491f

Updated config.example.json

JJei committed 8 years ago
Unverified
8fc61dd3a99aa2a78ea6668f0a96ac1590b07bf3

Updated README

JJei committed 8 years ago
Unverified
75082359379ed0e28c15ca14b8e3388f111af335

Fixed requires.

JJei committed 8 years ago

README

The README file for this repository.

Skeleton.ai

This is a template for chat bots, written in Javascript for Node.js.

Features

Input/Output

Behaviors

  • Telegram/IRC two way relay

Installation & run

  1. Clone the repository
  2. Run install.sh
  3. Write a config.json file. You can use the config.example.json as a reference.
  4. Run node main.js (you may need to add the flag --use-strict depending on your node version)
  5. Enjoy!

Planned features

  • Bot actions!
  • Integration with api.ai
  • Input/Output whitelist and blacklist
  • Memory features
  • Configuration file passed as command line argument