|
NAMEPlagger::Plugin::Notify::Campfire - Notification bot for Campfire SYNOPSISTo 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
DESCRIPTIONThis 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. AUTHORTakeshi Nagayama SEE ALSOPlagger, <http://www.campfirenow.com/>, WWW::Mechanize
|