New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dashbot

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashbot

Analytics for your bot

12.1.0
latest
Source
npm
Version published
Weekly downloads
309
-37.58%
Maintainers
6
Weekly downloads
 
Created
Source

Dashbot - Analytics for your bot

Dashbot gives you easy access to analytics for your bot for free.

Setup

Create a free account at https://www.dashbot.io and get an API_KEY.

dashbot is available via NPM.

npm install --save dashbot

Follow the instructions at https://www.dashbot.io/docs

Configuration Options

Additional configuration options are available when importing the dashbot module. The configuration options are passed through via a config object in the dashbot call.

const configuration = {
  'debug': true,
  'redact': true,
  'timeout': 1000,
}

const dashbot = require('dashbot')(process.env.DASHBOT_API_KEY_ALEXA, configuration).alexa;

The following are the available configuration keys:

debug - boolean logs helpful debugging information
redact - boolean removes personally identifiable information using redact-pii (more info here)
timeout - number timeouts requests after given milliseconds

What's New

dashbot@next (v12.0.0)

  • removed dependencies redact-pii and dashbot-logger
    • clients will now have to install these packages separately in order to use the redact option or the alexa log integration

Keywords

bot

FAQs

Package last updated on 21 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts