lastfmget

A Python package for accessing Last.fm scrobble data using the public API.

PyPi

pypi.org/project/lastfmget

Github

github.com/D3r3k23/LastFmGet

View Source
"""
A Python package for accessing Last.fm scrobble data using the public API.

### PyPi
`pypi.org/project/lastfmget`

### Github
`github.com/D3r3k23/LastFmGet`
"""
from .core        import init
from .methods     import *
from .raw_methods import *
from .errors      import *