Skip to content

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

License

Notifications You must be signed in to change notification settings

anderssh/lastfm-artists-seen-live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%