WWW::Wuala

Interface to the Wuala API
Download

WWW::Wuala Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Creative Commons Att...
  • Price:
  • FREE
  • Publisher Name:
  • Perforin
  • Publisher web site:
  • http://search.cpan.org/~perforin/

WWW::Wuala Tags


WWW::Wuala Description

Interface to the Wuala API Wuala is a free social online storage which allows its users to securely store, backup, and access files from anywhere and to share files easily with friends, groups, and the world.WWW::Wuala is a Perl module that allows you to interact with the Wuala API.Supported API calls:download preview search metadata tops mostRecent breadcrumb publicFiles publicFolders publicGroups commentCount commentsExtra:wualaFilescounterSYNOPSIS use WWW::Wuala; $wu = WWW::Wuala->new(); $counter = $wu->wualaFilescounter(); print $counter . " "; @search = $wu->search('Wuala',5,1); foreach $pr (@search) { print $pr . " "; } $wu->server(1) || die "wtf"; chomp($fname = ); $wu->download('Perforin/Images/WUALA3.JPG',$fname) || die "wtf"; #$wu->preview_xml("Perforin"); %prev = $wu->preview("Perforin"); print "@{ $prev{name} } "; # Show only the Name print "@{ $prev{publicGroups_name} } "; # Show only the public group names for $all ( keys %prev ) { print "@{ $prev{$all} } "; } # Show everything Requirements: · Perl


WWW::Wuala Related Software