Flickr::Upload

Flickr::Upload is a Perl module to upload images to flickr.com
Download

Flickr::Upload Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christophe Beauregard
  • Publisher web site:
  • http://search.cpan.org/~cpb/Flickr-Upload-1.22/Upload.pm

Flickr::Upload Tags


Flickr::Upload Description

Flickr::Upload is a Perl module to upload images to flickr.com Flickr::Upload is a Perl module to upload images to flickr.comSYNOPSIS use Flickr::Upload; my $ua = Flickr::Upload->new( 'key' => '90909354', 'secret' => '37465825' ); $ua->upload( 'photo' => '/tmp/image.jpg', 'auth_token' => $auth_token, 'tags' => 'me myself eye', 'is_public' => 1, 'is_friend' => 1, 'is_family' => 1 ) or die "Failed to upload /tmp/image.jpg"; Requirements: · Perl


Flickr::Upload Related Software