@genie-ai/genie-router-plugin-dashbot

3.0.0 • Public • Published

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>"
    }
  }
}

/@genie-ai/genie-router-plugin-dashbot/

    Package Sidebar

    Install

    npm i @genie-ai/genie-router-plugin-dashbot

    Weekly Downloads

    2

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    4.65 kB

    Total Files

    6

    Last publish

    Collaborators

    • daangemist
    • matueranet