Perly-Bot icon indicating copy to clipboard operation
Perly-Bot copied to clipboard

a RSS trawler and social media broadcaster

Results 15 Perly-Bot issues
Sort by recently updated
recently updated
newest added

Cross-posted articled like [this](http://plainblackguy.tumblr.com/post/144908864743/complicated-joins-with-dbixclass) and [this](http://blogs.perl.org/users/jt_smith/2016/05/complicated-joins-with-dbixclass.html) have different URLs, but the same content.

bug

Yes ... it's possible to have title-less posts on [blogs.perl.org](http://blogs.perl.org/users/rui_miguel_p_bernardo/2016/06/-hello-world-in-perl.html)

bug

At the moment we show the proxy like feedproxy.google.com instead of perlhacks.org

bug

Have a new Log4perl category that turns on mega verbose debugging. That way we can get a lite debugging situation. And, categories per module so we only have to see...

Various bits of code want to know things about feeds. Instead of decorating objects, give them a key they can use to look up a feed object.

enhancement

It'd be nice if there is a mechanism to skip/exclude posts from being picked up. In my case, I'm planning to post a series of several short blog posts like...

enhancement

I personally think the set of keywords and strings are too broad: https://github.com/dnmfarrell/Perly-Bot/blob/master/lib/Perly/Bot.pm#L202 ``` my $looks_perly = qr/\b(?:perl|perl6|cpan|cpanm|moose|metacpan|module|timtowdi|yapc|\:\:)\b/i; ``` Specifically, `module` and `::` are not very Perl-specific.

enhancement

Some feeds might go to both /r/perl6 and /r/perl, or other things like that.

enhancement

We should look more closely at the content to see if it is worthy. The big problem are blogs that are merely a link back to the main blog. The...

enhancement