This repository contains the code for the Bot
created for Jarvis service.
This repo will be used to integrate the Jarvis Service with MS Teams and other possible channels in the future.
Details of the Bot:
- Language: Python BotBuilder SDK
- Link: Bot Builder
- Refrencing Web Service: Jarvis
This bot has been created using Bot Framework, it shows how to create a simple bot that accepts input from the user and echoes it back.
This sample requires prerequisites in order to run.
- Run
pip install -r requirements.txt
to install all dependencies - Run
python app.py
- Alternatively to the last command, you can set the file in an environment variable with
set FLASK_APP=app.py
in windows (export FLASK_APP=app.py
in mac/linux) and then runflask run --host=127.0.0.1 --port=3978
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.3.0 or greater from here
- Launch Bot Framework Emulator
- Enter a Bot URL of
http://localhost:3978/api/messages