Skip to main content

Get charts, top artists and top songs WITHOUT LastFM API

Project description

LastFM

Get charts, top artists and top songs WITHOUT LastFM API

Usage

Get stats (charts)

We provide many filters and options to customize. Geo filter is only one, that doesn't have a specific enum (class).

from lastfm import *

print(get_charts(SearchType.artists))
print(get_charts(SearchType.tracks,
                 geo_filter="si",
                 music_type_filter=MusicTypeFilter.electronic,
                 limit=1,
                 year_filter=YearFilter.t2010s))

Search

We also provide searching.

from lastfm import *

print(search("Glass Animals", search_type=SearchType.all))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lastfmapi_py-1.0.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page