dbot/modules/lastfm
Scritches 93ee3cb08b lastfm and spotify fixes
### lastfm module

removed ~taste and taste compare functions from lastfm - their API no longer supports these calls

Improved error reporting for ~suggestion and also parallelized the youtube/spotify queries

### spotify module

removed link matching - the Link module provides the exact same information as directly querying spotify so there's no real point
2018-04-10 15:35:57 -04:00
..
config.json spotify link in listening out 2016-12-05 19:48:08 +00:00
lastfm.js lastfm and spotify fixes 2018-04-10 15:35:57 -04:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
strings.json fix lastfm 2013-10-31 23:11:57 +00:00

LastFM

Adds various LastFM functionalities.

Description

This module provides a command which allows users to show stats of LastFM and such stuff.

Dependencies

It has following dependencies: + request + async + moment

config.json

api_key and output prefix can be set. Example:

{
    "dependencies": [ "profile" ],
    "api_key": "blah",
    "outputPrefix": "\u000315,5last.fm\u000f"
}

Commands

~lastfm [user]

Display all scrobbles of a user. Example: + ~lastfm reality

~scrobbliest

Displays the users with the most scrobbles. Example: + ~scrobbliest

~suggestion

Displays a suggestion based on the listened scrobbles. Example: + ~suggestion

~listening

Displays the currently/last played song of the posting user. Example: + ~listening

~taste [user]

Compares two users (the posting user and the defined user). Example: + ~taste reality

~tastiest

Displays the users that matches the most in music taste. Example: + ~tastiest

~artists [user]

Compares two users (the posting user and the defined user) and displays their matching artists. Example: + ~artists reality

TODO