Botmock Botium Export
npm install botium-botmock-export


![license]()
![pullrequests]()
![awesome]()
Botmock Exporter to Botium Text Format
> Note: This exporter is experimental, not all features of Botmock, and Botium are supported.
* Overview
* Limitation
* Usage
Botmock features not yet supported:
- More languages (english is supported and tested)
- More platforms (generic platform is supported and tested)
- Audio
- Ssml
- Message delay
- Root intents (Conversations are starting always from root messages)
- Connector conditions (It is possible that this exporter creates an invalid conversation. Where a condition is false)
- Alternative bot replies
- Full support for variables. (now in bot messages Botmock variables are replaced by Botium variables.)
> Note: prerequisites
> - Node.js LTS version
Running the following commands should allow you to generate restorable content from your Botmock project.
- git clone git@github.com:Botmock/botium-botmock-export.git
- cd botium-botmock-export
- npm install
- mv ./sample.env ./.env and edit .env to contain your token and project ids
- npm start
The exported Botium Text Format can be used with all Botium Stack components:
* Botium CLI
* Botium Bindings
* Botium Box