Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halomakes/gravybot
IRC bot framework for .NET Standard with attribute configuration and dependency injection using GravyIrc
https://github.com/halomakes/gravybot
bot dotnet dotnet-core irc irc-bot irc-bot-framework netstandard21 sharp
Last synced: 14 days ago
JSON representation
IRC bot framework for .NET Standard with attribute configuration and dependency injection using GravyIrc
- Host: GitHub
- URL: https://github.com/halomakes/gravybot
- Owner: halomakes
- License: mit
- Created: 2020-07-24T19:00:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T06:52:13.000Z (about 2 years ago)
- Last Synced: 2023-08-26T19:03:09.206Z (over 1 year ago)
- Topics: bot, dotnet, dotnet-core, irc, irc-bot, irc-bot-framework, netstandard21, sharp
- Language: C#
- Homepage: https://gravybot.halomademeapc.com
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GravyBot
[![Build Status](https://img.shields.io/travis/halomademeapc/GravyBot?style=flat-square)](https://travis-ci.com/github/halomademeapc/GravyBot) [![GitHub issues](https://img.shields.io/github/issues/halomademeapc/GravyBot?style=flat-square)](https://github.com/halomademeapc/GravyBot/issues) [![Nuget](https://img.shields.io/nuget/dt/GravyBot?style=flat-square)](https://www.nuget.org/packages/GravyBot/) [![Nuget](https://img.shields.io/nuget/v/GravyBot?style=flat-square)](https://www.nuget.org/packages/GravyBot/)IRC bot framework targetting .NET Standard 2.1. Built to work with [GravyIrc](https://gravyirc.halomademeapc.com).
GravyBot is built around a generic rule pipeline and .NET Core's dependency injection container, making building responses to incoming events super-simple.
See [the documentation](https://gravybot.halomademeapc.com).