Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pradeepkishan1 opened this issue Dec 5, 2023 · 1 comment
Labels
invalid:video The video URL is invalid or needs attention

Comments

@Pradeepkishan1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid:video The video URL is invalid or needs attention
Projects
None yet
Development

No branches or pull requests

2 participants