0.0
No commit activity in last 3 years
No release in over 3 years
A spotify plugin for the Cinch IRC framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
>= 0
 Project Readme

cinch-spotify¶ ↑

A Cinch plugin for the Spotify meta api.

The gem can be installed with:

gem install cinch-spotify

Usage¶ ↑

require 'cinch'
require 'cinch/plugins/spotify'

bot = Cinch::Bot.new do
  configure do |c|
    c.nick = "Spotibot"
    c.server = "irc.freenode.org"
    c.channels = ["#cinchbots"]
    c.plugins.plugins = [Cinch::Plugins::Spotify]
  end
end

bot.start

Notice¶ ↑

This product uses a SPOTIFY API but is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.

Copyright © 2010 Victor Bergöö. See LICENSE for details.