Skip to content

A simple python implementation of the Audioscrobbler Realtime Submission Protocol v1.2

Notifications You must be signed in to change notification settings

krosinski/lastpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

requires:
python: 2.X (2.7 advised)

A simple python last.fm client library that can be used to login and submitting 'now playing'/played tracks.

Example usage:
    last = LastPy("lastfm-username","lastfm-password")
    last.now_playing("Tornado of Souls", "Megadeth","Rust in Peace")
    time.sleep(30)
    last.submit_last_track()

About

A simple python implementation of the Audioscrobbler Realtime Submission Protocol v1.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages