Skip to content

lynnaloo/scream-caller-bot

Repository files navigation

Scream Movie Caller Bot    🎃 👻 😱

This bot has been created using Bot Framework

Prerequisites

  • Node.js version 12 or higher
    # determine node version
    node --version

To run the bot locally

  • Copy sample.env to .env and add your key values

  • Install modules

    npm install
  • Run the bot

    npm start

Testing the bot using Bot Framework Emulator

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

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

Deploy the bot to Azure

  • Deployment is automated using Github Actions. Edit the .github/workflows workflow file to point to your App Service instance.

Further reading