Script to backup Last.fm scrobbles
Go to file
Nitemice 679bcdd633 Fix simple and csv export
JSON needs an array to append into.

CSV was misspelt.
Also fixed extra newlines being added to CSV file on Windows.
2020-10-04 17:04:43 +11:00
samples 1.0.1 2019-08-30 00:29:25 +03:00
.gitignore add export more format 2020-07-02 04:03:07 +03:00
LICENSE.txt 0.1.1 2016-10-19 14:04:20 +03:00
README.md add export more format 2020-07-02 04:03:07 +03:00
config.json.example add export more format 2020-07-02 04:03:07 +03:00
lastfm_backup.py Fix simple and csv export 2020-10-04 17:04:43 +11:00
setup.cfg 0.1.1 2016-10-19 14:04:20 +03:00
setup.py add export more format 2020-07-02 04:03:07 +03:00

README.md

Version License PyVersion

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