GitXplorerGitXplorer
J

skeleton.ai

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
4e710046d99d0f517efd7868bb4b63618486c5ef

One config to rule them all.

JJei committed 8 years ago
Unverified
b8cc38330348cd00fca48e46c7c8310c17d85e98

Removed markdown parsing from relayed messages to Telegram.

JJei committed 8 years ago
Unverified
a4f98e491a27698b31904bd177a9a6285e7d560e

Changed IO drivers API to support more options.

JJei committed 8 years ago
Unverified
8f9842a3ff99e209b2478820dfcb83a1a8eec199

Finished telegramIRCRelay.

JJei committed 8 years ago
Unverified
e9886cb3f8f07b73d340b8dacfaadb931edd0452

Fixed wrong config require.

JJei committed 8 years ago
Unverified
35f0a701d8f3394ec7336c77c9135fa6d18b53e4

Written IRC part of the telegramIRCRelay

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