/oh-dedicated-bot

OpenHack Dedicated Request Bot

Primary LanguageTypeScript

openhack-dedicated-bot

OpenHack Dedicated submission bot

This bot has been created using Bot Framework.

Prerequisites

# determine node version
node --version

To run the bot

  • Install modules
    npm install
  • Start the bot
    npm start

Testing the bot using Bot Framework Emulator v4

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.2.0 or greater from here

Connect to the bot using Bot Framework Emulator v4

  • Launch Bot Framework Emulator
  • File -> Open Bot Configuration
  • Navigate to openhack-dedicated-bot folder
  • Select openhack-dedicated-bot.bot file

Deploy the bot to Azure

This bot was generated using the Empty bot template. Unmodified, it's not practical to deploy an empty bot to Azure, as it doesn't have any conversational behavior yet. After making modifications to the bot and testing it locally, you can deploy it to Azure to make it accessible from anywhere. To learn how, see Deploy your bot to Azure for a complete set of deployment instructions.

Further reading