Project Title: WeatherBot in .NET 8 Description: The WeatherBot is a chatbot implemented in .NET 8 using the Bot Framework. It acts as a virtual assistant providing weather information based on user queries. The bot is designed to respond to messages containing the term "weather" and generates a static weather response for demonstration purposes.Project: <short description> #97
Labels
invalid:video
The video URL is invalid or needs attention
Project name
WeatherBot in .NET 8
Description
Description:
The WeatherBot is a chatbot implemented in .NET 8 using the Bot Framework. It acts as a virtual assistant providing weather information based on user queries. The bot is designed to respond to messages containing the term "weather" and generates a static weather response for demonstration purposes.
Key Features:
Implemented in C# with .NET 8
Utilizes the Bot Framework for building chatbots
Responds to user queries containing "weather"
Simulates weather information retrieval using a static response
How to Run:
Install .NET 8 and Visual Studio Code.
Create a new .NET console application using dotnet new console.
Replace the default Program.cs with the provided WeatherBot.cs.
Build and run the application using dotnet build and dotnet run.
Test the bot locally using an HTTP client or the Bot Framework Emulator.
Project Submission:
The source code is available in the DotNetProject directory.
The bot exposes an endpoint at http://localhost:5000/api/messages.
You can interact with the bot using an HTTP client or the Bot Framework Emulator.
Project Repository URL
https://github.com/microsoft/hack-together-dotnet/issues/new?assignees=&labels=&projects=&template=project.yml&title=Project%3A+%3Cshort+description%3E
Project video
WhatsApp Video 2023-12-05 at 9.54.28 AM.mp4
Team members
Pradeep Kishan
The text was updated successfully, but these errors were encountered: