You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
spec | 5 years ago | |
src | 3 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
CHANGELOG.md | 7 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 2 years ago | |
shard.yml | 2 years ago |
README.md
Crirc
A crystal library to create irc client/bot/server.
Installation
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.
Documentation
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.
Contributing
- Fork it ( https://git.sceptique.eu/Sceptique/Crirc/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request