olumytee / botstats

Middleware for tracking Microsoft Botframework bots usage stats

Home Page:https://alpha.botstats.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

botstats

npm install botstats --save

// obtain token from https://alpha.botstats.co

var token = process.env.BOTSATS_TOKEN || "really-long-token"

var botstats = require('botstats')(token)

// assuming your bot is initialized like this

var bot = new builder.UniversalBot(connector)

// tell bot to use botstats

bot.use(botstats)

About

Middleware for tracking Microsoft Botframework bots usage stats

https://alpha.botstats.co


Languages

Language:JavaScript 100.0%