lastfm-backup/README.md

27 lines
836 B
Markdown
Raw Permalink Normal View History

# Last.fm Backup
2020-07-02 04:03:07 +03:00
![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)
2016-10-19 14:04:20 +03:00
2020-07-02 04:03:07 +03:00
### Features:
* 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
2020-07-02 04:03:07 +03:00
### How to use:
2017-04-23 20:35:19 +03:00
* Stop scrobbling!
2020-07-02 04:03:07 +03:00
* Modify `config.json`.
* [Get API Key](http://www.last.fm/api/account/create).
2020-07-02 04:03:07 +03:00
* Run `lastfm_backup.py`.
* WAIT =)
2016-10-19 14:04:20 +03:00
2020-07-02 04:03:07 +03:00
### TODO:
2020-07-02 02:24:51 +03:00
- [ ] web service [see lfmbak](https://github.com/iiiypuk/lfmbak)
- [x] more output types (sqlite, csv)
- [ ] configurable output
2017-04-23 20:35:19 +03:00
- [ ] continue backup
- [ ] multi-threading