NAME
Plagger::Plugin::Notify::Campfire - Notification bot for Campfire
SYNOPSIS
To use bot as a guest (recommended),
- module: Notify::Campfire
config:
guest_url: http://exmaple.campfirenow.com/room/NNNN
nickname: nickname
speak_interval: 3
Or, to use bot using existent login credentials,
- module: Notify::Campfire
config:
room_url: http://exmaple.campfirenow.com/NNNN
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