last.fm-memories

Lists music you had listened before from Last.fm (or Libre.fm)


Keywords
cli-app, lastfm, librefm, python3
License
GPL-3.0+
Install
pip install last.fm-memories==0.1.1

Documentation

Last.fm Memories

This small program lists music you had listened before from Last.fm (or Libre.fm). Note that it requires Python 3.7 or later. It can be installed using pip:

pip install last.fm-memories

You need a Last.fm API key first, and can get one from here. The first time you run this program, it asks an API key pair (or you could configure it through -k/--api-key and -s/--api-secret options).

The following command lists albums you had listened the year before last:

last.fm-memories $YOUR_LASTFM_NAME artists --back 24

For more usages:

last.fm-memories --help