Skip to content

fpoumian/lastfm-unscrobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#lastfm-unscrobbler A simple command line node app to unscrobble artists from your Last.fm account

The unscrobbler depends uses the latest tracks API from Last.fm and so requires an API key to be able to access it. Simply head over to the Last.fm Developer Portal and create an API account. Last.fm will then issue you with an API key.

##Installation

npm install -g lastfm-unscrobbler

##Usage info

A command line tool to unscrobble all tracks from a list of artists

Usage
  lastfm-unscrobbler -u -p -k -a [-g]
  lastfm-unscrobbler -h | --help
  lastfm-unscrobbler -v | --version

Options
  -u, --username  Last.fm username
  -p, --password  Last.fm password
  -g, --pages  Number of pages to get
  -k, --apiKey  API key to access Last.fm API
  -a, --artists  Comma seperated list of artists to unscrobble
  -h, --help Show  this help message
  -v, --version  Show version information

Example
  $ lastfm-unscrobbler -u joe_bloggs -p pa55w0rd -k 47a4f5eejhd94wpodi309444274145aa5 -a "Queen, The Eagles"

##Logging

Logging is managed by bunyan, pipe the log output to bunyan for pretty logging.

$ lastfm-unscrobbler -u joe_bloggs -p pa55w0rd -k 47a4f5eejhd94wpodi309444274145aa5 -a "Queen, The Eagles" | bunyan

About

A simple node app to unscrobble artists from your Last.fm account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%