{"id":15524369,"url":"https://github.com/codeforequity-at/botium-connector-botpress","last_synced_at":"2026-03-06T18:39:33.892Z","repository":{"id":74814303,"uuid":"164319438","full_name":"codeforequity-at/botium-connector-botpress","owner":"codeforequity-at","description":"Botium Connector for Botpress","archived":false,"fork":false,"pushed_at":"2019-01-10T16:07:37.000Z","size":129,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T03:56:08.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.botium.at","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/codeforequity-at.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":"2019-01-06T15:21:16.000Z","updated_at":"2024-05-25T12:01:38.000Z","dependencies_parsed_at":"2023-06-29T14:50:24.429Z","dependency_job_id":null,"html_url":"https://github.com/codeforequity-at/botium-connector-botpress","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"536ca6737046ac7e4cbdb61071706d9556b80fe9"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-botpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-botpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-botpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-botpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-botpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250391710,"owners_count":21422954,"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-10-02T10:51:05.577Z","updated_at":"2026-03-06T18:39:33.748Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Botpress \n\n[![NPM](https://nodei.co/npm/botium-connector-botpress.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-botpress/)\n\n[![Codeship Status for codeforequity-at/botium-connector-botpress](https://app.codeship.com/projects/0628d960-f411-0136-964d-7aa71a943ab2/status?branch=master)](https://app.codeship.com/projects/320664)\n[![npm version](https://badge.fury.io/js/botium-connector-botpress.svg)](https://badge.fury.io/js/botium-connector-botpress)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\nThis is a [Botium](https://github.com/codeforequity-at/botium-core) connector for testing your Botpress chatbot.\n\n__Did you read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) articles ? Be warned, without prior knowledge of Botium you won't be able to properly use this library!__\n\n## How it works ?\nBotium uses the [Botpress built-in JSON channel](https://botpress.io/docs/build/channels/) to connect to your chatbot.\n\nIt can be used as any other Botium connector with all Botium Stack components:\n* [Botium CLI](https://github.com/codeforequity-at/botium-cli/)\n* [Botium Bindings](https://github.com/codeforequity-at/botium-bindings/)\n* [Botium Box](https://www.botium.at)\n\n## Requirements\n\n* __Node.js and NPM__\n* a __Botpress Server__\n* a __project directory__ on your workstation to hold test cases and Botium configuration\n\n## Install Botium and Botpress Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-botpress\n\u003e botium-cli init\n\u003e botium-cli run\n```\n\nWhen using __Botium Bindings__:\n\n```\n\u003e npm install -g botium-bindings\n\u003e npm install -g botium-connector-botpress\n\u003e botium-bindings init mocha\n\u003e npm install \u0026\u0026 npm run mocha\n```\n\nWhen using __Botium Box__:\n\n_Already integrated into Botium Box, no setup required_\n\n## Connecting your Botpress server to Botium\n\nOpen the file _botium.json_ in your working directory and add the Botpress chatbot connection settings.\n\n```\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"PROJECTNAME\": \"\u003cwhatever\u003e\",\n      \"CONTAINERMODE\": \"botpress\",\n      \"BOTPRESS_SERVER_URL\": \"...\",\n      \"BOTPRESS_BOTID\": \"...\"\n    }\n  }\n}\n```\nBotium setup is ready, you can begin to write your [BotiumScript](https://github.com/codeforequity-at/botium-core/wiki/Botium-Scripting) files.\n\n## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __botpress__ to activate this connector.\n\n### BOTPRESS_SERVER_URL\nThe Botpress server url (without any path, just http/https, servername, port)\n\n### BOTPRESS_BOTID\nThe Botpress bot id\n\n### BOTPRESS_USERID\nIf set, this userId will be used. Otherwise, for each convo a new userId is generated\n\n### BOTPRESS_USE_INTENT\nSet this to true for testing the resolved intents only instead of the output text\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-botpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-botpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-botpress/lists"}