rustfm-scraper 0.2.0

Scrapes listening history from Last.fm and stores it in a file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rustfm-scraper
=============


[![Latest Version](https://img.shields.io/crates/v/rustfm-scraper.svg)](https://crates.io/crates/rustfm-scraper)
[![Rust](https://github.com/bobbo/rustfm-scrobble/workflows/Rust/badge.svg?branch=master&event=push)](https://github.com/nledford/rustfm-scraper/actions)

*rustfm-scaper* is a command-line application that will download your listening history from Last.fm and store it 
locally on your computer.

## Install


Install via `cargo`:

```
cargo install rustfm-scraper
```