Skip to content

OkinawaPM/SlackBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages