{"id":21334651,"url":"https://github.com/zayedrais/covid19bot","last_synced_at":"2025-11-09T23:03:41.294Z","repository":{"id":219560931,"uuid":"258334685","full_name":"zayedrais/Covid19Bot","owner":"zayedrais","description":"Covid19","archived":false,"fork":false,"pushed_at":"2020-05-06T12:20:00.000Z","size":7594,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T04:46:34.363Z","etag":null,"topics":["azure","azurebotservice","botframework","chatbot","coronavirus","coronavirus-info","coronavirus-real-time","coronavirus-tracker","coronavirus-tracking","covid-19-india","covid19","covid19-api","covid19-app","covid19-bot","covid19-chatbot","covid19-tracker","covid19bot","luis","luis-ai","qnamaker"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/zayedrais.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,"roadmap":null,"authors":null}},"created_at":"2020-04-23T21:26:57.000Z","updated_at":"2021-03-20T07:10:18.000Z","dependencies_parsed_at":"2024-01-28T13:06:43.019Z","dependency_job_id":null,"html_url":"https://github.com/zayedrais/Covid19Bot","commit_stats":null,"previous_names":["zayedrais/covid19bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zayedrais/Covid19Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayedrais%2FCovid19Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayedrais%2FCovid19Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayedrais%2FCovid19Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayedrais%2FCovid19Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zayedrais","download_url":"https://codeload.github.com/zayedrais/Covid19Bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayedrais%2FCovid19Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283593385,"owners_count":26861541,"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","status":"online","status_checked_at":"2025-11-09T02:00:05.828Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azure","azurebotservice","botframework","chatbot","coronavirus","coronavirus-info","coronavirus-real-time","coronavirus-tracker","coronavirus-tracking","covid-19-india","covid19","covid19-api","covid19-app","covid19-bot","covid19-chatbot","covid19-tracker","covid19bot","luis","luis-ai","qnamaker"],"created_at":"2024-11-21T23:24:13.310Z","updated_at":"2025-11-09T23:03:41.279Z","avatar_url":"https://github.com/zayedrais.png","language":"C#","readme":"# Covid19Bot\n\n\u003ch2\u003eThe complete tutorial of this project is available on  \u003ca href=\"https://medium.com/@zayedrais/build-your-covid19-bot-with-luis-qnamaker-azure-bot-service-7219d7ba58b6\"\u003e Medium post\u003c/h2\u003e\n\nThis bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to create a bot that relies on multiple [LUIS.ai](https://www.luis.ai) and [QnAMaker.ai](https://www.qnamaker.ai) models for natural language processing (NLP).\n\nUse the Dispatch model in cases when:\n\n- Your bot consists of multiple language modules (LUIS + QnA) and you need assistance in routing user's utterances to these modules in order to integrate the different modules into your bot.\n- Evaluate quality of intents classification of a single LUIS model.\n- Create a text classification model from text files.\n\n## Prerequisites\n\nThis sample **requires** prerequisites in order to run.\n\n### Overview\n\nThis bot uses the Dispatch service to route utterances as it demonstrates the use of multiple LUIS models and QnA maker services to support multiper conversational scenarios.\n\n### Install .NET Core CLI\n\n- [.NET Core SDK](https://dotnet.microsoft.com/download) version 3.1\n\n  ```bash\n  # determine dotnet version\n  dotnet --version\n  ```\n\n### Use Dispatch with Mulitple LUIS and QnA Models\n\nTo learn how to configure Dispatch with multiple LUIS models and QnA Maker services, refer to the steps found [here](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0).\n\n## To try this sample\n\n- Clone the repository\n\n    ```bash\n    git clone https://github.com/zayedrais/Covid19Bot.git\n    ```\n\n- In a terminal, navigate to `Covid19Bot`\n- Run the bot from a terminal or from Visual Studio, choose option A or B.\n\n  A) From a terminal\n\n  ```bash\n  # run the bot\n  dotnet run\n  ```\n\n  B) Or from Visual Studio\n\n  - Launch Visual Studio\n  - File -\u003e Open -\u003e Project/Solution\n  - Navigate to `Covid19Bot` folder\n  - Select `Covid19Bot.csproj` file\n  - Press `F5` to run the project\n\n## Testing the bot using Bot Framework Emulator\n\n[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.\n\n- Install the Bot Framework Emulator version 4.3.0 or greater from [here](https://github.com/Microsoft/BotFramework-Emulator/releases)\n\n### Connect to the bot using Bot Framework Emulator\n\n- Launch Bot Framework Emulator\n- File -\u003e Open Bot\n- Enter a Bot URL of `http://localhost:3979/api/messages`\n\n## Dispatch\n\nOnce you are confortable with the concepts presented in this sample, you may want to configure Dispatch using a CLI tool.  [Dispatch CLI](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/Dispatch) is a CLI tool that enables you to create a dispatch NLP model across the different LUIS applications and/ or QnA Maker Knowledge Bases you have for your bot.\n\n## Deploy the bot to Azure\n\nTo learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions.\n\n## Further reading\n\n- [Bot Framework Documentation](https://docs.botframework.com)\n- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0)\n- [Using LUIS for Language Understanding](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0\u0026tabs=js)\n- [LUIS documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/LUIS/)\n- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0)\n- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0)\n- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0)\n- [.NET Core CLI tools](https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x)\n- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest)\n- [Azure Portal](https://portal.azure.com)\n- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/)\n- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayedrais%2Fcovid19bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzayedrais%2Fcovid19bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayedrais%2Fcovid19bot/lists"}