The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Alltop - Alltop.com feed scraper

SYNOPSIS

 use WWW::Alltop;

 my $ad = WWW::Alltop->new;

 # Arrayref of WWW::Alltop::Topic
 my $topics = $ad->topics;
 foreach my $t (@$topics) {
     ...
 }

DESCRIPTION

This module was designed to get a subset of the feeds used on Alltop.com

ATTRIBUTES

mech

A WWW::Mechanize instance. Defaults to a new instance.

METHODS

topics()

Fetches all the topics from Alltop.com, and returns them as an ArrayRef of WWW::Alltop::Topic instances.

AUTHOR

Josh Braegger <rckclmbr@gmail.com> for http://notify.me/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.