0.0
No commit activity in last 3 years
No release in over 3 years
This is the Cinch Last.fm plugin adding 'recently played' functionality.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 2.0.0
~> 1.5.0
~> 3.0.0
 Project Readme

Cinch-Lastfm

This is the Cinch Last.fm plugin adding "recently played" functionality.

Getting Started

This section is yet to be done, and will be done as this becomes a gem.

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

Cinch::Plugins::Lastfm.configure do |c|
	c.lfmapi = "yourlastfmapikey"
	c.host = "redis address, probably localhost"
	c.port = 6379 #change to suit your needs
end

bot = Cinch::Bot.new do
	configure do |c|
		c.plugins.plugins = [Cinch::Plugins::Lastfm]
	end
end

Commands

Reacts to !np username, !link username, !np (as soon as !link is provided with your username though)

TODO

  • Minor improvements
  • Better docs