Skip to content

celediel/Cinch-Lastfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last.fm Plugin for Cinch

Lastfm plugin for Cinch, featuring mulitple commands. Display recently played tracks, search artists, display top artists/albums/tracks from specified time period, search tags, display profile information, etc.

Usage

Gem Version

install the gem with gem install cinch-lastfm-ng, and add it to your bot like so:

require 'cinch'
require 'cinch/plugins/lastfm'

bot = Cinch::Bot.new do
  configure do |c|
    c.server = 'your server'
    c.nick = 'your nick'
    c.realname = 'your realname'
    c.user = 'your user'
    c.channels = ['#yourchannel']
    c.plugins.plugins = [Cinch::Plugins::Lastfm]
  end
end

bot.start

Contained Commands

[np (username)] Displays last played track from user's saved username, or specified username.

[(plays|artist) (artistname)] Displays info, and user playcount if played, of specified artist.

[top(artists|tracks|albums) (7d|1m|3m|6m|1y|overall)] Displays user's top artists/tracks/albums from specified period.

[tag (tag)] Displays info about specified tag, if it exists.

[profile (username)] Display user's or specified user's profile information.

[fmset (username)] Store specified username in the database.

[fmget] Displays stored username.

License

Licensed under The MIT License (MIT)

Please see LICENSE

About

LastFM plugin for Cinch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages