Skip to content

Latest commit

 

History

History
 
 

README.md

EchoBot

Bot Framework v4 echo bot sample.

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.

Running the sample

  • Clone the repository
git clone https://github.com/Microsoft/botbuilder-python.git
  • Activate your desired virtual environment
  • Bring up a terminal, navigate to botbuilder-python\samples\02.echo-bot folder
  • In the terminal, type pip install -r requirements.txt
  • In the terminal, type python app.py

Testing the bot using Bot Framework Emulator

Microsoft 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 bot using Bot Framework Emulator

Further reading