Skip to content

silentrob/superscript-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING - This project is out of date and not maintained, please use at your own risk.

SSC Editor

An entirly new way to create chatbots using SuperScript. Featuring a built-in realtime chat interface and gambit editor.

Realtime Editor

Realtime Editor

Install

We are assuming you have node.js 0.10.x installed and MongoDB.

git clone https://github.com/silentrob/superscript-editor.git
cd superscript-editor
npm install
npm start

Then Open your browser to http://localhost:3000

Further Reading

Terminology

Topics

I topic is the main entry point into your application. All your conversaions start within a topic depending on what exactly was said the first topic could vary. SuperScript will continue to seatch topics until it finds a matching Gambit, then replies.

Gambits

A Gambit is a piece of information, in SuperScript it contains two parts an input and one or more replies. The input is the basis of the trigger that we match on.

Reply

This is what is said back to the user, and is the part of a Gambit. A reply can also have a series of Gambits attached to them thus creating a thread of conversation.

Docs

More information on using SuperScript and this Editor is available at http://superscriptjs.com.

License

The MIT License (MIT)

Copyright © 2014-2015 Rob Ellis

About

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published