FreeDGroup / TF-BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

francis-bot

Demonstrate the core capabilities of the Microsoft Bot Framework

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.

Prerequisites

This sample requires prerequisites in order to run.

Install Python 3.10

Running the sample

  • Run pip install -r requirements.txt to install all dependencies
  • Run python app.py

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 version 4.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

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

Debug with realtime teams

ngrok http 3978 -host-header="localhost:3978"

Further reading

deploy

az webapp deployment source config-zip --resource-group "<resource-group-name>" --name "<name-of-app-service>" --src "<project-zip-path>"

About


Languages

Language:Python 100.0%