From f799d31052754f10719640fcde329ee9628fe762 Mon Sep 17 00:00:00 2001 From: Nitemice Date: Sun, 4 Oct 2020 18:09:15 +1100 Subject: [PATCH] Improved README Fixed some spelling mistakes Added info on export formats --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7df047..471ce8a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,26 @@ +# Last.fm Backup + ![Version](https://img.shields.io/pypi/v/lastfm-backup.svg?style=for-the-badge) ![License](https://img.shields.io/pypi/l/lastfm-backup.svg?style=for-the-badge) ![PyVersion](https://img.shields.io/pypi/pyversions/lastfm-backup.svg?style=for-the-badge) ### Features: -* simple -* three formats for export data +* Simple +* Three formats for export data: + 1. `dump` - JSON, direct from API + 2. `simple` - Artist, track name, album & date as JSON + 3. `csv` - Artist, track name, album & date as comma separated values ### How to use: * Stop scrobbling! -* [Get](http://www.last.fm/api/account/create) API Key. * Modify `config.json`. +* [Get API Key](http://www.last.fm/api/account/create). * Run `lastfm_backup.py`. * WAIT =) ### TODO: - [ ] web service [see lfmbak](https://github.com/iiiypuk/lfmbak) -- [ ] more output types (sqlite, csv) -- [ ] confirugurabled output +- [x] more output types (sqlite, csv) +- [ ] configurable output - [ ] continue backup -- [ ] multithreading +- [ ] multi-threading