2009-12-01から1ヶ月間の記事一覧

自分のフォロワーのフォロワーを取得するサンプル

自分のfollowerを取得し、取得したfollowerのfollowerを取得するサンプル。 CPANのNet::Twitterを使用しています。 http://search.cpan.org/dist/Net-Twitter/ #!/usr/perl use Net::Twitter; use warnings; use strict; binmode(STDOUT, ":utf8"); my $user…