NAME
hubot - convenience command line interface Hubot::Robot.
SYNOPSIS
$ hubot --help
$ echo '["help"]' > ./hubot-scripts.json # `hubot-scripts.json` is required.
$ hubot
hubot> hubot help
# hubot: help <command>
hubot> exit
# irc?
$ HUBOT_IRC_ROOMS='#myroom' \
HUBOT_IRC_SERVER='irc.myserver.com' \
HUBOT_IRC_PORT=6667 \
hubot -a irc
# campfire?
$ HUBOT_CAMPFIRE_TOKEN='xxxx' \
HUBOT_CAMPFIRE_ROOMS='1234' \
HUBOT_CAMPFIRE_ACCOUNT=myaccount \
hubot -a campfire
$ perldoc Hubot
$ perldoc Hubot::Adapter::Irc
$ perldoc Hubot::Adapter::Campfire
DESCRIPTION
hubot
is a Command Line Interface for Hubot.
BUILD DEPLOYABLE PACKAGE
$ hubot -c /path/to/hubot
--create|-c
option is used to build deployable package onto heroku.
SEE ALSO
AUTHOR
Hyungsuk Hong <hshong@perl.kr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 ~ 2013 by Hyungsuk Hong.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.