On Fri, 21 Aug 2015 13:03:50 -0700 Bryan Richter <[email protected]> wrote:
> On Fri, Aug 21, 2015 at 01:43:51PM +0300, fr33domlover wrote: > > Hello, > > > > Since a few days ago, fpbot is announcing RSS and Atom feed items. > > But it's done in a test channel. I noticed it announces some > > Snowdrift project feed items, but not all of them. > > > > Is it possible for me to see Snowcaster's rss2irc config? > > I don't think there is one, but it's run like this: > > /usr/bin/rss2irc -l --allow-duplicates > https://snowdrift.coop/p/snowdrift/feed > irc.freenode.net/#snowdrift/snowcaster > > Those options are: > > --allow-duplicates turn off duplicate announcement > protection (enabled by default) -l --link show link > URL (up to 200 chars) Thanks! This is what I needed. I think fpbot is more or less ready for this. The project feed gives an item title and a feed title. The feed tite is "project feed" so not necessary to announce. The result is that unless fpbt parses the item title, it shows a single component i.e. a single color, unlike git commits which have colorized parts. Soon I will move fpbot's feed config into its settings system (I'm working on it right now). Then, something like this will work: !set feed.snowdrift.active no or: !set feed.snowdrift.channels #freepost-bot and then it's easy to get rid of fpbot's messages if it causes trouble etc. To make things easy, here's a screenshot: <http://media.rel4tion.org/u/fr33domlover/m/funbot-snowdrift-feed-item-example/> The feed item details to display are configurable, so the "project feed" prefix (i.e. the feed title) can be hidden. --fr33 _______________________________________________ Dev mailing list [email protected] https://lists.snowdrift.coop/mailman/listinfo/dev
