/lastfm-artists-seen-live

Which of my top last.fm (most listened to) artists have I seen or not seen live? Automatically updated every day.

Primary LanguagePowerShellMIT LicenseMIT

Top last.fm artists seen live

Run

Which of my top last.fm (most listened to) artists have I seen or not seen live?

Background

To answer the question above I'm using scrobbles from my last.fm account, the 'seen live' tag on my last.fm artists and the last.fm API together with some PowerShell. This is a fork of matsests repo of the same name

Usage

Prerequisites

Run script

$env:API_KEY = "<API Key>"
./src/main.ps1 [[-LastFmUserName] <string>] `
         [[-NumberOfArtists] <string>] `
         [[-InactiveArtistsFile] <string>] `
         | Out-File artists.md

Result

An up-to-date version of my list of artists (generated by GitHub Actions each night) can be found in the artists.md file.

See the latest run in Actions.

License

MIT License