Net::Plurk

A Perl interface to Plurk API
Download

Net::Plurk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cheng-Lung Sung
  • Publisher web site:
  • http://search.cpan.org/~clsung/

Net::Plurk Tags


Net::Plurk Description

A Perl interface to Plurk API Net::Plurk is a Perl interface to the Plurk API.SYNOPSISQuick summary of what the module does.Perhaps a little code snippet. use Net::Plurk; my $api_key = $PLURKAPIKEY // "dKkIdUCoHo7vUDPjd3zE0bRvdm5a9sQi"; my $user = $PLURKUSER // 'nobody'; my $pass = $PLURKPASS // 'nopass'; my $p = Net::Plurk->new(api_key => $api_key); my $profile = $p->login(user => $user, pass => $pass ); $p->add_events( on_new_plurk => sub { my $plurk = shift; use Data::Dumper; warn Dumper $plurk; }, on_private_plurk => sub { my $plurk = shift; # blah }, ); $p->listen; my $json = $p->api( path => '/api'); ... Requirements: · Perl


Net::Plurk Related Software