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.1

Installs/Configures meetbot

Policyfile
Berkshelf
Knife
cookbook 'meetbot', '~> 1.5.1', :supermarket
cookbook 'meetbot', '~> 1.5.1'
knife supermarket install meetbot
knife supermarket download meetbot
README
Dependencies
Quality 17%

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.

Collaborator Number Metric
            

1.5.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.5.1 failed this metric

FC064: Ensure issues_url is set in metadata: meetbot/metadata.rb:1
FC065: Ensure source_url is set in metadata: meetbot/metadata.rb:1
FC066: Ensure chef_version is set in metadata: meetbot/metadata.rb:1
FC069: Ensure standardized license defined in metadata: meetbot/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.5.1 passed this metric

Testing File Metric
            

1.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number