atsvetkov / noobot

An extensible Slackbot built in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noobot / Noobot.Core

Noobot is a SlackBot for C# built on the intention of extensibility; building a bot should be fun.

Build statusNuget.org

Noobot

Install-Package Noobot.Core

About

I wanted to build a bot host/framework that was easy to work with, but also has the potential of being super powerful.

Noobot supports DI out of the box for all custom elements to ensure all elements could be easily tested and predictable.

Noobot is available as a Nuget package or standalone Console/Windows Service app.

Features

  • Is super extensible
  • DI support out of the box
  • Is super easy to install as a Windows Service (thanks to TopShelf)
  • Automatically builds up help text with all supported commands
  • Middleware can send multiple messages for each message received
  • Supports long running processes (async)
  • Typing Indicator - indicate to the end user that the bot has received the message and is processing the request

Examples

You can find some examples of how to use the Nuget package in different scenarios at Noobot.Examples

Download & setup

We have compilled releases ready for you to use, all you need to do is fill out the Configuration/config.json file found in the zip file. Run over to releases section to download the latest build.

Setup for development

Please note that you will need to create a config.json file with your bot's api key. This should live under: src/Noobot.Runner/Configuration

Read how to get Noobot up and running quickly on the wiki.

How to customise

To customise Noobot please have a look at our wiki: https://github.com/noobot/noobot/wiki

About

An extensible Slackbot built in C#

License:MIT License


Languages

Language:C# 86.8%Language:PowerShell 13.2%