WWW::Orkut::Spider 0.03 review
Download
|
|
WWW::Orkut::Spider is a Perl extension for spidering the orkut community.
SYNOPSIS
use WWW::Orkut::Spider;
my $orkut = WWW::Orkut::Spider->new;
$orkut->login($user,$pass);
$orkut->get_hisfriends($uid);
print $orkut->get_xml_profile($uid);
WWW::Orkut::Spider uses WWW:Mechanize to scrape orkut.com.
Output is a simple xml format containing friends, communities and profiles for a given Orkut UID.
- Access to orkut.com via WWW::Mechanize
- Collects UIDs
- Fetches Profiles/Communities/Friends for a given UID
- Output via simple xml format
Requirements:
Perl
WWW::Orkut::Spider 0.03 search tags