{"id":17465930,"url":"https://github.com/paladique/azuresample-httpbot","last_synced_at":"2025-09-21T04:31:19.986Z","repository":{"id":38954064,"uuid":"265057386","full_name":"paladique/AzureSample-HTTPBot","owner":"paladique","description":"Collection of bots built with Microsoft Bot Framework in C# and JS (Python soon!)","archived":false,"fork":false,"pushed_at":"2023-07-19T02:14:25.000Z","size":15065,"stargazers_count":12,"open_issues_count":6,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T21:11:31.091Z","etag":null,"topics":["arm-templates","azure","bot-framework","javascript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paladique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-18T20:43:54.000Z","updated_at":"2023-10-25T02:28:56.000Z","dependencies_parsed_at":"2024-10-28T09:27:41.509Z","dependency_job_id":null,"html_url":"https://github.com/paladique/AzureSample-HTTPBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladique%2FAzureSample-HTTPBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladique%2FAzureSample-HTTPBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladique%2FAzureSample-HTTPBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladique%2FAzureSample-HTTPBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paladique","download_url":"https://codeload.github.com/paladique/AzureSample-HTTPBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233694820,"owners_count":18715508,"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":["arm-templates","azure","bot-framework","javascript"],"created_at":"2024-10-18T13:07:08.674Z","updated_at":"2025-09-21T04:31:19.980Z","avatar_url":"https://github.com/paladique.png","language":"HTML","readme":"# Bot Framework Chatbot Samples\n\nCollection of samples using the [Microsoft Bot Framework](https://dev.botframework.com?WT.mc_id=ca-github-jasmineg).\n\n## Samples\n\n### Http Bot\n\nBot that send a user's responses to an HTTP endpoint.\n\n[Node](HttpBot/node)\n\n[.NET Core](HttpBot/dotnet_core)\n\n### LUIS Bot\n\nBot that returns search queries on Microsoft Docs and Samples.\n\n[Node](LUISBot/node)\n\n[.NET Core](LUISBot/dotnet_core)\n\n## Prerequisites \n\n- Clone/Download this repo to your local machine.\n- [Bot Framework Emulator](https://github.com/microsoft/botframework-emulator)\n- [Node.js](https://nodejs.org) version 10.14.1 or higher\n  OR\n- [.NET Core SDK](https://dotnet.microsoft.com/download?WT.mc_id=academic-0000-jasmineg)\n\n- [Azure Account](https://azure.microsoft.com/free/?WT.mc_id=academic-0000-jasmineg)\n- [Student? 🎓 Sign up for an Azure Student account!](https://azure.microsoft.com/free/students/?WT.mc_id=academic-0000-jasmineg)\n\n### Testing the bot locally using Bot Framework Emulator\n\nThe [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- Launch Bot Framework Emulator\n- File -\u003e Open Bot\n- Enter Bot URL of `http://localhost:3978/api/messages`\n\n## Optional: 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## Learn More\n\n### Concepts Used in This Demo\n\n- [Gathering Input Using Prompts](https://docs.microsoft.com/azure/bot-service/bot-builder-prompts?WT.mc_id=academic-0000-jasmineg)\n- [Activity processing](https://docs.microsoft.com/azure/bot-service/bot-builder-concept-activity-processing?WT.mc_id=academic-0000-jasmineg)\n- [Receive and respond to inbound HTTPS requests in Azure Logic Apps](https://docs.microsoft.com/azure/connectors/connectors-native-reqres?WT.mc_id=academic-0000-jasmineg#prerequisites?WT.mc_id=ca-github-jasmineg)\n\n### General Resources\n\n- [Bot Framework Documentation](https://docs.botframework.com?WT.mc_id=ca-github-jasmineg)\n- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?WT.mc_id=academic-0000-jasmineg)\n- [Channels and Bot Connector Service](https://docs.microsoft.com/azure/bot-service/bot-concepts?WT.mc_id=academic-0000-jasmineg)\n- [Language Understanding using LUIS](https://docs.microsoft.com/azure/cognitive-services/luis/?WT.mc_id=academic-0000-jasmineg)\n- [Overview - What is Azure Logic Apps?](https://docs.microsoft.com/azure/logic-apps/logic-apps-overview?WT.mc_id=academic-0000-jasmineg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladique%2Fazuresample-httpbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaladique%2Fazuresample-httpbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladique%2Fazuresample-httpbot/lists"}