Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

genie-ai/genie-router-plugin-dashbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genie-router-plugin-dashbot

This genie-router plugin logs all received input and output to dashbot.io.

Installation and configuration

Run npm install matueranet/genie-router-plugin-dashbot in your genie-router plugin location (default is $HOME/.genie-router). Add an attribute dashbot to your config.json.

There is only one configuration item, the apiKey of the bot you configured at dashbot.io. The apiKey can be found in your bot settings.

Example

{
  "plugins": {
    "dashbot": {
      "apiKey": "<insert-key-here>"
    }
  }
}

About

A genie-router plugin which logs input and replies to dashbot.io.

Resources

License

Stars

Watchers

Forks

Packages

No packages published