{"id":21124501,"url":"https://github.com/zauberware/botkit-middleware-convo-analytics","last_synced_at":"2025-07-30T09:35:54.793Z","repository":{"id":79330144,"uuid":"132682920","full_name":"zauberware/botkit-middleware-convo-analytics","owner":"zauberware","description":"Botkit Middleware for convo.analytics integration.","archived":false,"fork":false,"pushed_at":"2018-05-11T00:32:29.000Z","size":411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-18T06:23:00.670Z","etag":null,"topics":["analysis","analytics","botkit","botkit-middleware","chatbot","middleware"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zauberware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-09T01:07:27.000Z","updated_at":"2018-05-11T00:32:30.000Z","dependencies_parsed_at":"2023-02-28T21:15:45.910Z","dependency_job_id":null,"html_url":"https://github.com/zauberware/botkit-middleware-convo-analytics","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"0ade849442c7517d851bd650e808c8f5c7e6d97e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fbotkit-middleware-convo-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fbotkit-middleware-convo-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fbotkit-middleware-convo-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fbotkit-middleware-convo-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zauberware","download_url":"https://codeload.github.com/zauberware/botkit-middleware-convo-analytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243567226,"owners_count":20312003,"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":["analysis","analytics","botkit","botkit-middleware","chatbot","middleware"],"created_at":"2024-11-20T04:16:45.514Z","updated_at":"2025-03-14T11:25:35.997Z","avatar_url":"https://github.com/zauberware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botkit Middleware for convo.analytics service\n\nTrack, Analyse and Structure your chatbot conversations.\n\n\n\n## Installation\n\n### API Key\n\nWe are providing a lightweight web application to track, analyse and structure the conversations of all bots you have currently out there.\n\nCreate an account and retrieve an API key here -\u003e\n\nAdd your API key to your environment variables. (e.g. in .env)\n\n`CONVO_ANALYTICS_API_KEY=XXXAAAAPPPIIIIXXXXX`\n\n\n### Install npm package\n\n`npm install botkit-middleware-convo-analytics`\n\n\n### Adding middleware\n\nAdd middleware to your botkit controller.\n\n```\n// Adding convo-analytics middleware\nvar convoAnalyticsMiddleware = require('botkit-middleware-convo-analytics')({\n  token: process.env.CONVO_ANALYTICS_API_KEY,\n});\n```\n\nTrack `receive`\n\n```\ncontroller.middleware.receive.use(async(bot, message, next) =\u003e {\n  \n  convoAnalyticsMiddleware.receive(bot, message, next);\n\n  next();\n});\n\n```\n\nTrack `send`\n\n```\ncontroller.middleware.send.use(async(bot, message, next) =\u003e {\n  \n  convoAnalyticsMiddleware.send(bot, message, next);\n\n  next();\n});\n\n```\n\nIt is important to track both send AND receive. Otherwise you will not see your bots answers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberware%2Fbotkit-middleware-convo-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzauberware%2Fbotkit-middleware-convo-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberware%2Fbotkit-middleware-convo-analytics/lists"}