Script to backup Last.fm scrobbles
Go to file
Alexander Popov f637a97fc2 use EditorConfig 2021-07-25 15:32:55 +03:00
samples use black library for code 2020-10-05 02:32:15 +03:00
.editorconfig use EditorConfig 2021-07-25 15:32:55 +03:00
.gitignore use EditorConfig 2021-07-25 15:32:55 +03:00
LICENSE.txt 0.1.1 2016-10-19 14:04:20 +03:00
README.md Improved README 2020-10-04 18:09:15 +11:00
config.json.example use EditorConfig 2021-07-25 15:32:55 +03:00
lastfm_backup.py use black library for code 2020-10-05 02:32:15 +03:00
requirements.txt use black library for code 2020-10-05 02:32:15 +03:00
setup.cfg 0.1.1 2016-10-19 14:04:20 +03:00
setup.py use black library for code 2020-10-05 02:32:15 +03:00

README.md

Last.fm Backup

Version License PyVersion

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

How to use:

  • Stop scrobbling!
  • Modify config.json.
  • Get API Key.
  • Run lastfm_backup.py.
  • WAIT =)

TODO:

  • web service see lfmbak
  • more output types (sqlite, csv)
  • configurable output
  • continue backup
  • multi-threading