Git Product home page Git Product logo

net-lastfm-submission's Introduction

NAME

Net::LastFM::Submission - Perl interface to the Last.fm Submissions Protocol

SYNOPSIS

	use Net::LastFM::Submission;
	
	my $submit = Net::LastFM::Submission->new(
		'user'      => 'net_lastfm',
		'password'  => '12',
	);
	
	$submit->handshake;
	
	$submit->submit(
		'artist' => 'Artist name',
		'title'  => 'Track title',
		'time'   => time - 10*60, # 10 minutes ago
	);
	
	$submit->now_playing(
		'artist' => 'Artist name',
		'title'  => 'Track title',
	);

DESCRIPTION

The module provides a simple Perl interface to the Last.fm Submissions Protocol (current version is 1.2.1).

The Last.fm Submissions Protocol is designed for the submission of now-playing and recent historical track data to Last.fm user profiles (aka 'Scrobbling').

http://www.lastfm.ru/api/submissions

See exmaples/*


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

	perldoc Net::LastFM::Submission

You can also look for information at:

	RT, CPAN's request tracker
		http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-LastFM-Submission
	
	CPANTS, CPAN Testing Service
		http://cpants.perl.org/dist/overview/Net-LastFM-Submission
	
	AnnoCPAN, Annotated CPAN documentation
		http://annocpan.org/dist/Net-LastFM-Submission
	
	CPAN Ratings
		http://cpanratings.perl.org/d/Net-LastFM-Submission
	
	Search CPAN
		http://search.cpan.org/dist/Net-LastFM-Submission/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Anatoly Sharifulin

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

net-lastfm-submission's People

Contributors

isync avatar sharifulin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.