am0c / p5-hubot

hubot perl port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5-hubot

Perl 5 AnyEvent based hubot reimplementation.

perl5 hubot

Installation

  • CPAN

      $ cpanm Hubot
      $ hubot --help
    
  • github

      $ git clone git://github.com/aanoaa/p5-hubot.git
      $ cd p5-hubot/
      $ grep -Prho '^use +[^(?:Hubot)]([^ ;]+)' lib/ | perl -e 'while(<>) { $h{(split / /)[1]}++ } print keys %h' | cpanm
      $ perl -Ilib bin/hubot
    

Configuration

Checkout each documentation what you will use for. and describe each script name to hubot-scripts.json

$ perldoc Hubot::Scripts::help
$ perldoc lib/Hubot/Scripts/help.pm

hubot-scripts.json

[
  "help"
]

About

hubot perl port

License:Other


Languages

Language:Perl 100.0%