Net::Digg

Quickly consume and interface with the Digg API
Download

Net::Digg Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kurt Wilms
  • Publisher web site:
  • http://www.tc.umn.edu/~wilm0044/digg/

Net::Digg Tags


Net::Digg Description

Quickly consume and interface with the Digg API Net::Digg is a Perl module to quickly consume and interface with the Digg API.SYNOPSIS use Net::Digg; my $digg = Net::Digg->new(); # Print the user that submitted the latest upcoming story. my $result = $digg->get_upcoming_stories(); print $result->{ 'stories' }->{'title'}; # Print the titles of the twenty latest popular stories my %params = ('count' => 20); $result = $digg->get_popular_stories(\%params); my $stories = $result->{'stories'}; foreach $story (@$stories) { print $story->{'title'} . " "; } Requirements: · Perl


Net::Digg Related Software