Info
Version: | 1.8.7 |
Author(s): | RononDex |
Last Update: | Wednesday, March 16, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RononDex/AwesomeChatBot |
NuGet Url: | https://www.nuget.org/packages/AwesomeChatBot |
Install
Install-Package AwesomeChatBot
dotnet add package AwesomeChatBot
paket add AwesomeChatBot
AwesomeChatBot Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.8)
- Microsoft.Extensions.Logging(>= 3.1.8)
- Newtonsoft.Json(>= 12.0.3)
Allows you to define commands for a chatbot that will work with every chat app (be it Discord, slack, ...).
Will need an api wrapper per chat app that you intend to use (for example see package AwesomeChatBot.Discord)
See project website for further docuemntation.