https://github.com/rknightuk/last-fm-top
A script to get your top artists and albums from a CSV
https://github.com/rknightuk/last-fm-top
Last synced: 3 months ago
JSON representation
A script to get your top artists and albums from a CSV
- Host: GitHub
- URL: https://github.com/rknightuk/last-fm-top
- Owner: rknightuk
- Created: 2024-05-12T14:11:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T12:03:28.000Z (about 1 year ago)
- Last Synced: 2025-02-03T22:07:40.846Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Top albums and artists CSV parser for Last.fm
1. Use [this tool](https://benjaminbenben.com/lastfm-to-csv/) to get your export - add the headings to the CSV as well: `Artist`, `Album`, `Track`, and `Date`
2. Close this repository and name your CSV `export.csv` and put it in the root of the project
3. Run `npm install`
4. Then run `node index.js` and the script will output two files - `albums.txt` and `artists.txt`
5. You can optionally pass a limit if you want more than 50 entries like so `node index.js 100`This also has some checks in it to clean up some albums and artists that were reported wrong, or the artist changed (like Hamilton).