Net::Twitter

A Perl interface to the Twitter API
Download

Net::Twitter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Mims
  • Publisher web site:
  • http://search.cpan.org/~mmims/

Net::Twitter Tags


Net::Twitter Description

A Perl interface to the Twitter API Net::Twitter is a Perl module that provides a perl interface to the Twitter APIs.SYNOPSIS use Net::Twitter; my $nt = Net::Twitter->new( traits => , username => $user, password => $password ); my $result = $nt->update('Hello, world!'); eval { my $statuses = $nt->friends_timeline({ since_id => $high_water, count => 100 }); for my $status ( @$statuses ) { print "$status->{time} {user}{screen_name}> $status->{text} "; } }; if ( my $err = $@ ) { die $@ unless blessed $err && $err->isa('Net::Twitter::Error'); warn "HTTP Response Code: ", $err->code, " ", "HTTP Message......: ", $err->message, " ", "Twitter error.....: ", $err->error, " "; } Requirements: · Perl


Net::Twitter Related Software