Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

nathanpovo/lastfm-data-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lastfm Data Exporter

License

Disclaimer: Only tested on Windows.

Download both the main.py and GUI.py file. Run (double click) the GUI.py file and the program should work.

Description

A python script that exports scrobbles from last.fm

The scrobbles are stored in a json file and structured in such a way as to minimize the file size.

Requirements

Python 3 (or higher)

###Note that the list of commands below are no longer needed due to the addition of the GUI.

List of available commands:

start over
Fetches all tracks listened by a given user. The output is put into a json file.
update
Updates the json file given by the user. Tracks are only added from the 'last track' timestamp. Previous tracks are not touched.
change settings
Allows the user to change their settings. Which consist of the username(not recommended changing) and the json filename.
username
Shows the current username.
filename
Shows the current filename.
change api
Allows the user to change the api key used by the script.

About

Exports scrobbles from last.fm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages