{"id":22827434,"url":"https://github.com/voxaai/voxa-dashbot","last_synced_at":"2025-04-23T14:02:33.957Z","repository":{"id":30957041,"uuid":"126088223","full_name":"VoxaAI/voxa-dashbot","owner":"VoxaAI","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T02:30:54.000Z","size":1160,"stargazers_count":0,"open_issues_count":18,"forks_count":4,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-19T00:55:01.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VoxaAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-20T22:02:44.000Z","updated_at":"2020-05-29T13:16:49.000Z","dependencies_parsed_at":"2023-01-14T18:02:13.839Z","dependency_job_id":null,"html_url":"https://github.com/VoxaAI/voxa-dashbot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-dashbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-dashbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-dashbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-dashbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VoxaAI","download_url":"https://codeload.github.com/VoxaAI/voxa-dashbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250447145,"owners_count":21432160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T18:10:35.075Z","updated_at":"2025-04-23T14:02:33.907Z","avatar_url":"https://github.com/VoxaAI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voxa Dashbot for Alexa Skills and Google Actions\n\n[![Build Status](https://travis-ci.org/mediarain/voxa-dashbot.svg?branch=master)](https://travis-ci.org/mediarain/voxa-dashbot)\n[![Coverage Status](https://coveralls.io/repos/github/mediarain/voxa-dashbot/badge.svg?branch=master)](https://coveralls.io/github/mediarain/voxa-dashbot?branch=master)\n\nA [Dashbot](https://www.npmjs.com/package/dashbot) plugin for building Alexa Skills and Google Actions with [voxa](http://voxa.ai/)\n\n## Installation\n\nJust install from [npm](https://www.npmjs.com/package/voxa-dashbot)\n\n```bash\nnpm install --save voxa-dashbot\n```\n\n## Usage\n\n```javascript\nconst { VoxaApp } = require(\"voxa\");\nconst voxaDashbot = require(\"voxa-dashbot\").register;\n\nconst voxaApp = new VoxaApp(voxaOptions);\n\nconst dashbotConfig = {\n  alexa: \"\u003cdashbot api_key\u003e\", // to track Alexa requests\n  botframework: \"\u003cdashbot api_key\u003e\", // to track botframework requests\n  debug: true, // to print dashbot package logs\n  dialogflow: \"\u003cdashbot api_key\u003e\", // to track dialogflow requests\n  ignoreUsers: [], // a list of users to ignore, it can also be a regex\n  printErrors: true, // used by dashbot package to print any errors\n  redact: true, // removes personally identifiable information using redact-pii\n  timeout: 5000, // timeouts dashbot requests after given milliseconds\n  suppressSending: false // A flag to supress sending hits.\n};\n\nvoxaDashbot(voxaApp, dashbotConfig);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxaai%2Fvoxa-dashbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxaai%2Fvoxa-dashbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxaai%2Fvoxa-dashbot/lists"}