Bot-BasicBot-Pluggable-Module-RSS

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Bot::BasicBot::Pluggable::Module::RSS - RSS feed aggregator for your bot

VERSION
    Version 0.02

SYNOPSIS
        !load RSS
        rss add http://search.cpan.org/uploads.rdf
        rss list
        rss remove http://search.cpan.org/uploads.rdf

DESCRIPTION
    This module enables your bot to monitor various RSS feeds for new
    headlines and post these to your channels. Every channel has it's own
    list of rss feeds, but in case two channels subscribed to the same rss
    feeds, it's only checked once and the bot posts changes to both
    channels. Although this module does not block your bot due the
    non-blocking interface of POE::Component::RSSAggregator, adding a lot of
    fast changing rss feeds will result in sluggish behaviour.

lib/Bot/BasicBot/Pluggable/Module/RSS.pm  view on Meta::CPAN


Bot::BasicBot::Pluggable::Module::RSS - RSS feed aggregator for your bot

=head1 VERSION

Version 0.02

=head1 SYNOPSIS

    !load RSS
    rss add http://search.cpan.org/uploads.rdf
    rss list
    rss remove http://search.cpan.org/uploads.rdf

=head1 DESCRIPTION

This module enables your bot to monitor various RSS feeds for new
headlines and post these to your channels. Every channel has it's
own list of rss feeds, but in case two channels subscribed to the
same rss feeds, it's only checked once and the bot posts changes
to both channels.  Although this module does not block your bot due
the non-blocking interface of L<POE::Component::RSSAggregator>,
adding a lot of fast changing rss feeds will result in sluggish



( run in 2.872 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )