Popularity
5.9
Declining
Activity
0.0
Stable
22
4
6

Programming language: Crystal
License: GNU Affero General Public License v3.0
Tags: Networking    
Latest version: v0.5.0

Crirc alternatives and similar shards

Based on the "Networking" category.
Alternatively, view Crirc alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Crirc or a related project?

Add another 'Networking' Shard

README

Crirc

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

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

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