https://github.com/dahlia/last.fm-memories
Lists music you had listened before from Last.fm (or Libre.fm)
https://github.com/dahlia/last.fm-memories
cli-app lastfm librefm python3
Last synced: 7 months ago
JSON representation
Lists music you had listened before from Last.fm (or Libre.fm)
- Host: GitHub
- URL: https://github.com/dahlia/last.fm-memories
- Owner: dahlia
- Created: 2018-12-31T21:25:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T09:42:29.000Z (over 6 years ago)
- Last Synced: 2025-04-15T06:47:46.751Z (7 months ago)
- Topics: cli-app, lastfm, librefm, python3
- Language: Python
- Homepage: https://pypi.org/project/last.fm-memories/
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
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``:
.. code-block:: console
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:
.. code-block:: console
last.fm-memories $YOUR_LASTFM_NAME artists --back 24
For more usages:
.. code-block:: console
last.fm-memories --help
__ https://www.last.fm/api/account/create