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-memoriesYou 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 24For more usages:
last.fm-memories --help