Script to backup Last.fm scrobbles
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alexander Popov f637a97fc2 use EditorConfig 2 years ago
samples use black library for code 3 years ago
.editorconfig use EditorConfig 2 years ago
.gitignore use EditorConfig 2 years ago
LICENSE.txt 0.1.1 7 years ago
README.md Improved README 3 years ago
config.json.example use EditorConfig 2 years ago
lastfm_backup.py use black library for code 3 years ago
requirements.txt use black library for code 3 years ago
setup.cfg 0.1.1 7 years ago
setup.py use black library for code 3 years ago

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