Go to file
Arthur POULET fde0e844f1
Update README dependency example
2018-03-04 19:37:33 +01:00
spec More hooks doc and rename HookTest to Trigger 2018-03-01 10:47:11 +01:00
src Documentate the example_bot !help 2018-03-01 10:57:50 +01:00
.editorconfig Initialize the project 2017-10-30 20:06:54 +01:00
.gitignore Documentate Broadcast 2018-03-01 10:05:41 +01:00
.travis.yml Improve .travis.yml to deploy doc 2018-03-01 09:30:37 +01:00
CHANGELOG.md update CHANGELOG and README 2016-08-04 14:22:09 +02:00
LICENSE Initialize the project 2017-10-30 20:06:54 +01:00
Makefile Fix some stuff and add specs for protocol 2017-11-01 11:42:57 +01:00
README.md Update README dependency example 2018-03-04 19:37:33 +01:00
shard.yml Initialize the project 2017-10-30 20:06:54 +01:00

README.md

Crirc

A crystal library to create irc client/bot/server.

Works with crystal v0.23.0

Installation

travis

To install the lib, you will have to add the Crirc dependancy to your project.

Add this to your application's shard.yml:

dependencies:
  Crirc:
    github: Meoowww/Crirc
    branch: master # because it is still in dev

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/.

A full implementation of a bot is published and maintained on https://github.com/Meoowww/DashBot.

Contributing

  1. Fork it ( https://github.com/Meoowww/Crirc/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Nephos Arthur Poulet - creator, maintainer
  • Damaia Lucie Dispot - developer