NAME
Net::Twitter::FriendFinder::From::Google - Search from google.
SYNOPSYS
use strict;
use warnings;
use FindBin::libs;
use Net::Twitter::FriendFinder;
my $tf
= Net::Twitter::FriendFinder->new({
from => {
Google => { coverage => 5 , lang => 'ja' },
}
});
$tf->search('perl');
$tf->show();
DESCRIPTION
Find twitter friends from google search.
Internally run google search like below.
site:.twitter.com [your keyword]
coverage
coverage = 20 entry.
So if you set
coverage => 5,
then 20 * 5 = 100. means try to find twitter friend from 100 entry.
MODULE
search
AUTHOR
Tomohiro Teranishi<tomohiro.teranishi@gmail.com>