Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhass/debot

My IRC Bot
https://github.com/jhass/debot

crystal irc-bot

Last synced: 29 days ago
JSON representation

My IRC Bot

Awesome Lists containing this project

README

        

# CeBot

CeBot is an IRC bot written in [Crystal](http://crystal-lang.org).

Currently this repository contains not only the bot but also the underlying
libraries and tools until they are mature enough to be extracted into their
own projects.

## irc

Base library that handles establishing and maintaining an connection to
an IRC network, message de-/serialization and calling handlers for
received messages.

### Dependencies

* Crystal

## framework

Abstraction layer to provide an easy to use API and commonly used tools
for developing IRC bots.

### Dependencies

* Crystal
* irc

## bot

The actual bot, consisting of plugins and a file to actually instantiate
the bot.

### Dependencies

* Crystal
* framework