/chatbot-deployer

A small script that uploads a Conversation workspace JSON file to a user's Watson Conversation service

Primary LanguagePythonApache License 2.0Apache-2.0

Chatbot Deployer

To be used in the new Bot Asset Exchange program.

How it works

By hitting https://console.bluemix.net/devops/setup/deploy with three arguments:

  1. URL escaped repository link, for example repository=https%3A//github.com/IBM/chatbot-deployer
  2. Bot Name, for example chatbotName=myCoolBot
  3. Workspace URL, for example: chatbotWorkspaceURL=https%3A//github.com/IBM/chatbot-deployer/raw/master/tmp/workspace.json

Click this link to try it out: test deploy

Example