Crate rustfm_scraper[][src]

rustfm-scraper

Command line application that uses the Last.fm API (specifically the user.getRecentTracks endpoint) to download the listening history for a given user and saves the data locally to a file.

In order to run this application, you will need to generate your own API Key.

Example usage

To download the entire listening history of the LAST.HQ profile, use the fetch command. This will call the user.getRecentTracks endpoint using the default values for each parameter.

rustfm-scraper fetch LAST.HQ

Modules

app
config
files
lastfm
models

Represents data retrieved from the Last.fm API and stored locally in files

stats
utils