|
3 weeks ago | |
---|---|---|
spec | 3 years ago | |
src | 1 year ago | |
.editorconfig | 4 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
CHANGELOG.md | 5 years ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 3 weeks ago | |
shard.yml | 3 weeks ago |
A crystal library to create irc client/bot/server.
To install the lib, you will have to add the Crirc dependency to your project.
Add this to your application's shard.yml
:
dependencies:
crirc:
git: https://git.sceptique.eu/Sceptique/Crirc
branch: master
Then, run crystal deps install
to fetch the lib.
The documentation is built automaticaly when a commit is pushed on master on github, via Travis: https://meoowww.github.io/Crirc/. This explains the architecture and design on the library, and details the technical informations about the internal & external API.
Specifications (unit tests) are written into the /spec
directory.
A full implementation of a bot is published and maintained on https://git.sceptique.eu/Sceptique/DashBot.