Yahoo::Music::Ratings

Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings.
Download

Yahoo::Music::Ratings Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pierre Smolarek
  • Publisher web site:
  • http://search.cpan.org/~smolarek/Yahoo-Music-Ratings-2.00/lib/Yahoo/Music/Ratings.pm

Yahoo::Music::Ratings Tags


Yahoo::Music::Ratings Description

Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings.SYNOPSIS use Yahoo::Music::Ratings; my $ratings = new Yahoo::Music::Ratings( { memberName => 'yahooMusicMemberName', } ); # Fetch an arrayRef of all yahooMusicMemberName song ratings # this may take a couple minutes... my $arrayRef = $ratings->getRatings(); # Print out a nice tab seperated version so that we can easily # read the list in a spreadsheet program (and then filter by # artists etc). tab_output() will output in artists alphabetical # order. print $ratings->tab_output();This module provides a way to retrieve a user's list of song ratings from Yahoo!'s Music service, including the LaunchCast and Unliminted services.As Yahoo! do not provide an offical feed for a member to download their ratings, the methods used within this module are subject to change and simply may not work tomorrow. However at the time of writing this README i would suspect the methods used should be stable for atleast a few days :) Requirements: · Perl


Yahoo::Music::Ratings Related Software