Go to file
Arthur POULET c0063011b6
Improve user name parsing
2017-09-18 21:02:30 +02:00
spec Improve user name parsing 2017-09-18 21:02:30 +02:00
src Improve user name parsing 2017-09-18 21:02:30 +02:00
.gitignore Fix specs, minor readme update 2017-04-14 00:17:27 +01:00
.travis.yml Initialize the project with a simple tcp client 2016-05-15 14:49:01 +02:00
CHANGELOG.md update CHANGELOG and README 2016-08-04 14:22:09 +02:00
LICENSE Initialize the project with a simple tcp client 2016-05-15 14:49:01 +02:00
Makefile Improve makefile (it runs the specs by default) 2017-04-14 00:20:44 +01:00
README.md Update README 2017-06-30 01:45:35 +01:00
shard.yml Fix PASS display 2017-08-23 18:32:04 +01:00

README.md

CrystalIrc

A crystal library to create irc client/bots (in the future a server).

Works with crystal v0.23.0

Installation

travis

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

Add this to your application's shard.yml:

dependencies:
  CrystalIrc:
    github: Meoowww/CrystalIrc

Then, run crystal deps install to fetch the lib.

Usage

  • You can see a basic example: src/dash.cr
  • A bot (with database, plugins, etc.): Dasshy bot

Development

Open an issue if you miss an feature, or want to improve our code, or take a coffee :).

Contributing

  1. Fork it ( https://github.com/Meoowww/CrystalIrc/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