LastFM::Export

Data exporter for Last.fm
Download

LastFM::Export Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Luehrs
  • Publisher web site:
  • http://search.cpan.org/~doy/

LastFM::Export Tags


LastFM::Export Description

LastFM::Export is a Perl module that uses the http://last.fm/ API to allow you to export your scrobbling data from your account. Currently, the only thing this lets you export is your actual scrobble data, but more features may be added in the future (especially if the feature requests come with patches!).SYNOPSIS use LastFM::Export; my $exporter = LastFM::Export->new(user => 'doyster'); my $stream = $exporter->tracks; while (my $block = $stream->next) { for my $track (@$block) { # ... } sleep 1; }Product's homepage


LastFM::Export Related Software