Flickr::Simple

Perl object library for manipulating Flickr data via the Flickr API
Download

Flickr::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rev. Jeffrey Paul
  • Publisher web site:
  • http://search.cpan.org/~sneak/

Flickr::Simple Tags


Flickr::Simple Description

Perl object library for manipulating Flickr data via the Flickr API Flickr::Simple is a simple Perl object library for manipulating Flickr data via the Flickr API.This module is quite incomplete.SYNOPSIS use Flickr::Simple; my $apikey = '...'; my $apisecret = '...'; my $auth = Flickr::Simple::Auth->new( { apikey => $apikey, apisecret => $apisecret, } ); my $user = $auth->authuser(); print "authed as user: " . $user->username() . " "; print "icon: " . $user->iconurl() . " "; print "photo count: " . $user->count() . " "; my @photos = $user->all_photos; foreach my $photo (@photos) { print $photo->photopage . " "; } my @photosets = $user->photosets; my $firstset = pop(@photosets); my @photoset_photos = $firstset->photos_in_set; my @tags = $photo->tags; Requirements: · Perl


Flickr::Simple Related Software