{"id":20519552,"url":"https://github.com/syedaanif/echo-bot","last_synced_at":"2025-07-25T06:40:21.255Z","repository":{"id":198298415,"uuid":"635383515","full_name":"SyedAanif/echo-bot","owner":"SyedAanif","description":"Steps to build an Echo Chat Bot using Microsoft Bot Framework SDK","archived":false,"fork":false,"pushed_at":"2023-05-02T15:59:56.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T10:32:02.266Z","etag":null,"topics":["botframework","botframework-emulator","microsoft","nlp-machine-learning","python3"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyedAanif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-02T15:19:34.000Z","updated_at":"2023-05-20T04:24:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6658223b-6cc2-44c0-904e-d74c76b4ebd6","html_url":"https://github.com/SyedAanif/echo-bot","commit_stats":null,"previous_names":["syedaanif/echo-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedAanif%2Fecho-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedAanif%2Fecho-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedAanif%2Fecho-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedAanif%2Fecho-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyedAanif","download_url":"https://codeload.github.com/SyedAanif/echo-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123333,"owners_count":20075348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["botframework","botframework-emulator","microsoft","nlp-machine-learning","python3"],"created_at":"2024-11-15T22:14:34.477Z","updated_at":"2025-03-06T00:16:47.229Z","avatar_url":"https://github.com/SyedAanif.png","language":null,"readme":"# echo-bot\nSteps to build an Echo Chat Bot using Microsoft Bot Framework SDK\n\n## Introduction\nEcho-Bot is a simple chat-bot which replies back whatever user inputs to it as text. Here, we will be building this bot using [Microsoft Bot Framework SDK](https://github.com/microsoft/botframework-sdk) which is used to develop conversational applications in Python, Java, JavaScript, C#. We will test this bot using the [Bot Framework Emulator](https://github.com/microsoft/BotFramework-Emulator) which is used to test/debug these bots locally or remote.\n\n## Pre-requisites\n- Python 3.X version: \n  + [Installation using Anaconda distribution](https://docs.anaconda.com/free/anaconda/#installation)\n  + [Python Website](https://www.python.org/downloads/)\n- [Bot Framework Emulator](https://github.com/microsoft/BotFramework-Emulator/releases)\n\n## Steps to create the echo-bot\n1. Start up the terminal of your choice like [Jupyter terminal](https://jupyter.org/)\n\n2. Install the dependencies like [`botbuilder-core`](https://pypi.org/project/botbuilder-core/), [`asyncio`](https://pypi.org/project/asyncio/), [`aiohttp`](https://pypi.org/project/aiohttp/), [`cookiecutter`](https://pypi.org/project/cookiecutter/)\n    ```\n    pip install botbuilder-core asyncio aiohttp cookiecutter==1.7.0\n    ```\n\n3. Run the following command to download the [echo-bot](https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/01.console-echo/EchoBot.cs) template\n    ```\n    cookiecutter https://github.com/microsoft/BotBuilder-Samples/releases/download/Templates/echo.zip\n    ```\n    You'll be prompted to give a **bot_name** and **bot_description**. ![image](https://user-images.githubusercontent.com/66770875/235717632-88c135bc-8995-48e2-8517-36344e2e8018.png)\n\n4. Analyse the downloaded `echo-bot` in the IDE of your choice. ![image](https://user-images.githubusercontent.com/66770875/235718071-9ae96755-d285-4616-9ce3-1ae16dbdf88d.png)\n\n5. Change directories to `echo-bot`.\n    ```\n    cd echo-bot\n    ```\n\n6. Install the dependencies for the echo bot template.\n    ```\n    pip install -r requirements.txt\n    ```\n\n7. Run the chat-bot:\n    ```\n    python app.py\n    ```\n    If everything runs successfully, you should see the below message in the terminal:\n    ![Screenshot 2023-05-01 223232](https://user-images.githubusercontent.com/66770875/235719469-33abce5f-421c-4407-9369-8fc005d3cb0b.png)\n\n8. Open Bot in Bot Framework Emulator application and connect to `http://localhost:3978/api/messages` to test the echo of the chat-bot\n![image](https://user-images.githubusercontent.com/66770875/235720640-b02da39c-57e4-4392-88ab-ea960e472eb0.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedaanif%2Fecho-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedaanif%2Fecho-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedaanif%2Fecho-bot/lists"}