Bot for Discord that fetches data from Last.fm.
-
You must have Node.js installed.
-
You need a Last.fm API key, create one here.
-
You also need a Discord bot, create one here.
-
Configure an
.env
file using the provided.env.example
as reference:TOKEN
will be your bot's token andLASTFM_API_KEY
will be your Last.fm API key.CLIENT_ID
will be your bot's client ID andGUILD_ID
will be your server's guild ID.
Returns the last song scrobbled by user
(a Last.fm account).
Returns the top 5 albums scrobbled by user
(a Last.fm account) over a given period
.
Returns the top 5 artists scrobbled by user
(a Last.fm account) over a given period
.
Returns the top 5 tracks scrobbled by user
(a Last.fm account) over a given period
.