Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

meetbot (3) Versions 1.5.0

Installs/Configures meetbot

Policyfile
Berkshelf
Knife
cookbook 'meetbot', '= 1.5.0', :supermarket
cookbook 'meetbot', '= 1.5.0'
knife supermarket install meetbot
knife supermarket download meetbot
README
Dependencies
Quality -%

meetbot-cookbook

This is the cookbook to help set up meetbot quickly and repeatably.

If you run the default recipe it'll build it for you, this has been tested on Ubuntu 14.04 and Centos 6.5

There are some options you might want to change, for example:

default['meetbot']['user']  = 'vagrant'

default['meetbot']['logUrlPrefix'] = 'http://myawesomedomain.com/meetbot'

This also pushes the logs into the directory of that $USER/ircbot/$BOTNAME/.

Also this moment you'll need to set up via something like:

$ cd ~/ircbot
$ source bin/activate
$ supybot-wizard

I was thinking of automating this, but you might want more than just Meetbot after setting this up.

During the wizard you'll want to do make sure you enter these options:

Now we're going to run you through plugin configuration. There's
a variety of plugins in supybot by default, but you can create
and add your own, of course. We'll allow you to take a look at
the known plugins' descriptions and configure them if you like
what you see.

 Would you like to look at plugins individually? [y/n] y

Next comes your opportunity to learn more about the plugins that
are available and select some (or all!) of them to run in your
bot. Before you have to make a decision, of course, you'll be
able to see a short description of the plugin and, if you choose,
an example session with the plugin. Let's begin.

 What plugin would you like to look at? [Alias/Anonymous/
AutoMode/BadWords/ChannelLogger/ChannelStats/Ctcp/Dict/Dunno/
Factoids/Filter/Format/Games/Google/Herald/Internet/Karma/
Lart/Later/Limiter/Math/MeetBot/MoobotFactoids/Network/News/
NickCapture/Nickometer/Note/Plugin/Praise/Protector/Quote/
QuoteGrabs/RSS/Relay/Reply/Scheduler/Seen/Services/ShrinkUrl/
Status/String/Success/Time/Todo/Topic/URL/Unix/Utilities/
Web] MeetBot


Add a description of the plugin (to be presented to the user inside the wizard)
here.  This should describe *what* the plugin does.


 Would you like to load this plugin? [y/n] (default: y) y

Beginning configuration for MeetBot...


Done!

 Would you like add another plugin? [y/n] y

 What plugin would you like to look at? [Alias/Anonymous/
AutoMode/BadWords/ChannelLogger/ChannelStats/Ctcp/Dict/Dunno/
Factoids/Filter/Format/Games/Google/Herald/Internet/Karma/
Lart/Later/Limiter/Math/MoobotFactoids/Network/News/
NickCapture/Nickometer/Note/Plugin/Praise/Protector/Quote/
QuoteGrabs/RSS/Relay/Reply/Scheduler/Seen/Services/ShrinkUrl/
Status/String/Success/Time/Todo/Topic/URL/Unix/Utilities/
Web] ChannelLogger


Logs each channel to its own individual logfile.


 Would you like to load this plugin? [y/n] (default: y) y

Beginning configuration for ChannelLogger...


Done!

This will make sure that you have meetbot and channellogger running.

After the setup you'll have a name_of_bot.conf and you can start it via:

supybot name_of_bot.conf

TODO

  • Automate starting (runit?)
  • Automate/Sane defaults for name_of_bot.conf?
  • Add webserver and web user for ~/ircbot/name_of_bot/ so you can post your logs

Dependent cookbooks

python >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found