Script to backup Last.fm scrobbles
abbf9df872
Added album field to CSV. Write all records to CSV at once. Renamed "is as" export mode to "dump". It's more accurate and nicer with a single word. |
||
---|---|---|
samples | ||
.gitignore | ||
config.json.example | ||
lastfm_backup.py | ||
LICENSE.txt | ||
README.md | ||
setup.cfg | ||
setup.py |
Features:
- simple
- three formats for export data
How to use:
- Stop scrobbling!
- Get API Key.
- Modify
config.json
. - Run
lastfm_backup.py
. - WAIT =)
TODO:
- web service see lfmbak
- more output types (sqlite, csv)
- confirugurabled output
- continue backup
- multithreading