NAME

Net::Twitter::FriendFinder::From::URL - Find Twitter Friend from URL

SYNOPSYS

use Net::Twitter::FriendFinder; my $tf = Net::Twitter::FriendFinder->new({ from => { 'URL' => {}, } }); $tf->search( 'http://twitter.g.hatena.ne.jp/keyword/Friends%e7%99%bb%e9%8c%b2%e3%81%94%e8%87%aa%e7%94%b1%e3%81%ab%20Part3' ); $tf->show();

DESCRIPTION

seach your choice link and try to find a tag which has link to twitter pgae.

MODULE

set url you want to search.

AUTHOR

Tomohiro Teranishi<tomohiro.teranishi@gmail.com>