Jei / skeleton.ai

A template for Node.js chatbots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A template for Node.js chatbots.

License:MIT License


Languages

Language:JavaScript 99.7%Language:Shell 0.3%