OkinawaPM / SlackBot

Slackbot for Okinawa.pm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

NAME

Okinawa::SlackBot - for Okinawa.pm slack

USAGE

1. Setup config.pl in the config directory

+{
    name  => "perl", # bot name
    token => {
        key => "xoxb-289251..."
    }
};

2. Install modules and run

Case the Carton

carton install
carton exec -- ./script/bot

Case the Carmel

carmel install
carmel exec -- ./script/bot

3. Run tests

Case the Carton

carton exec -- prove

Case the Carmel

carmel exec -- prove

LICENSE

Copyright (C) Code-Hex.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Code-Hex x00.x7f@gmail.com

About

Slackbot for Okinawa.pm

License:Other


Languages

Language:Perl 96.1%Language:Perl 6 3.9%