Skip to content

JackLidge/lastfm_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lastfm-stats

Downloads

A package which gathers a users scrobbles from Last.fm.

Requires a text file with the username and API key in the following format:

key,username
**\API key**,**\username**

The package can then be initialised like so:

lastfm_obj = lastfm_stats.lastfm()

The credentials for accessing a users scrobbles added to the object with:

lastfm_obj.get_credentials(path='path_to_file')

And finally the scrobbles read using:

lastfm_obj.get_scrobbles()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages