The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Plagger::Plugin::Notify::Campfire - Notification bot for Campfire

SYNOPSIS

To use bot as a guest (recommended),

- module: Notify::Campfire
config:
nickname: nickname
speak_interval: 3

Or, to use bot using existent login credentials,

- module: Notify::Campfire
config:
email: example@example.com
password: xxxxxx
speak_interval: 2

DESCRIPTION

This plugin notifies feed updates to 37 Signals' Campfire http://www.campfirenow.com/ chat room.

Note that you don't have to supply email and password if you set global cookie_jar in your configuration file and the cookie_jar contains a valid login session there, such as:

global:
user_agent:
cookies: /path/to/cookies.txt

See Plagger::Cookies for details.

AUTHOR

Takeshi Nagayama

SEE ALSO

Plagger, http://www.campfirenow.com/, WWW::Mechanize