Skip to content

A tiny class node executable / module for sending and receiving JSON from ChatScript

Notifications You must be signed in to change notification settings

jazzyjackson/chatbot-connectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot Connectors

Some reusable executables for sending and receiving messages from various chatbot platforms: LUIS, DialogFlow (formerly API.ai), wit.ai, and ChatScript.

ChatScript is my favorite because you can run it locally without signing up for anything and it will therefor exist forever.


interpret.js usage

Pipe your message to interpret's stdin like so:

echo hello there | node interpret

You can add interpret as an executable to your path with ln interpret.js /usr/bin/local/interpret and after that run

echo hi | interpret

The output will be an escaped JSON string ready to parse by whatever program you want.

About

A tiny class node executable / module for sending and receiving JSON from ChatScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published