Skip to content
Mike Evans edited this page May 27, 2017 · 5 revisions

Welcome to the BankBot wiki.

The purpose of this wiki is to describe the intent of this experimental project and how it attempts to do this.

This wiki, and its parent project are very much pre-alpha works in progress.

Note that latest developments currently (May 2017) live on the 'web notifications' branch.

The Intent

To expore how a multi-channel non-AI bot service could be implemented.

The How

Use Node.js and its ecosystem of plug-ins to provide a platform for multi-channel plumbing and the chatbot logic itself.

The following pages are available:

Directories

  • lib
    • channels
      • console
      • http
      • sms
      • web
    • chatbot
    • commands
    • constants
    • contexts
    • errors
    • persistence
    • runtimes
    • services
    • tools
  • spec
    • subdirs...
Clone this wiki locally