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.
- 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-botfolder - In the terminal, type
pip install -r requirements.txt - In the terminal, type
python app.py
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
- Launch Bot Framework Emulator
- Paste this URL in the emulator window - http://localhost:3978/api/messages