NAME

Net::Twitter::FriendFinder::From::Twitter - Search from twitter people search.

SYNOPSYS

use strict;
use warnings;
use FindBin::libs;
use Net::Twitter::FriendFinder;


 my $tf 
    = Net::Twitter::FriendFinder->new({ 
         from => {
            Twitter => { coverage => 5 },
         }
      });

    $tf->search('perl');
    $tf->show();

DESCRIPTION

Find twitter friends from twitter people search

e.g. http://twitter.com/tw/search/users?q=perl

coverage

coverage = 20 entry.

So if you set

coverage => 5,

then 20 * 5 = 100. means try to find twitter friend from 100 entry.

MODULE

AUTHOR

Tomohiro Teranishi<tomohiro.teranishi@gmail.com>