Page 1 of 1
Announce of Blog to IRC channel?
Posted: Fri Mar 23, 2007 7:35 am
by soulja
Has anyone seen or know of a plugin that will announce new posts to an IRC channel via an eggdrop or some other form? If not is there anyone who would be interested in coding one?
thanks in advance!
Re: Announce of Blog to IRC channel?
Posted: Fri Mar 23, 2007 10:32 am
by garvinhicking
Hi!
Actually the XMLRPC pinging plugin could do that for you. You'd just need to write a small little server part that takes an XMLRPC ping and performs the eggdrop. I bet there are already XMLRPC-eggdrop implementations out there somehow, so you'd just need to add their URL to the XMLRPC ping ("announce entries") plugin configuration...?
HTH,
Garvin
Posted: Thu Mar 29, 2007 11:01 am
by Dalif
You could just use a totally standard rss reader/displayer tcl script for the eggdrop. They are pretty common, and easy to set up. This script will read the rss feed from a site, and display new entires on a predefined interval, or upon request (trigger based, like !yourblog).
I use it, and it works well. Don't remember the name of the tcl script atm, but will look if you can't find one yourself.