This bot has been created using Bot Framework
- Node.js version 12 or higher
# determine node version node --version
-
Copy
sample.env
to.env
and add your key values -
Install modules
npm install
-
Run the bot
npm start
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 from here
- Launch Bot Framework Emulator
- File -> Open Bot
- Enter a Bot URL of
http://localhost:3978/api/messages
- Deployment is automated using Github Actions. Edit the
.github/workflows
workflow file to point to your App Service instance.