https://github.com/jhass/DeBot
My IRC Bot
https://github.com/jhass/DeBot
crystal irc-bot
Last synced: about 2 months ago
JSON representation
My IRC Bot
- Host: GitHub
- URL: https://github.com/jhass/DeBot
- Owner: jhass
- License: bsd-3-clause
- Created: 2012-04-21T23:43:05.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T21:44:06.000Z (over 4 years ago)
- Last Synced: 2025-06-06T17:41:57.554Z (7 months ago)
- Topics: crystal, irc-bot
- Language: Crystal
- Homepage:
- Size: 2.09 MB
- Stars: 35
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - DeBot - IRC bot written in Crystal (Official Documentation Translations)
- awesome-crystal - DeBot - IRC bot written in Crystal (Official Documentation Translations)
- awesome-crystal - DeBot - IRC bot written in Crystal (Official Documentation Translations)
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