Skip to content

enaeseth/lastfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

Last.fm API for Python

A nascent library for using the last.fm API from Python. This library is still in development: only one API method (artist.getInfo) is fully implemented. But the example usage should give a good idea of how easy it will be to use this library:

#!/usr/bin/env python

import lastfm

client = lastfm.Client("[your API key]")
diva = client.artists.get('Madonna')

# `diva` is now full of information on Madonna

About

Python bindings to the last.fm API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages