Terminus-Project / Terminus-Bot

A scriptable IRC bot written in Ruby.
http://terminus-bot.net/
Other
38 stars 19 forks source link

Spotify script #85

Open sariyamelody opened 9 years ago

sariyamelody commented 9 years ago

A Spotify script to parse and display information about Spotify URIs and URLs would be wonderful.

sariyamelody commented 9 years ago

curl -X GET "https://api.spotify.com/v1/albums/1Rlcqcz8IgDihnniQj4JLL" -H "Accept: application/json"

kabaka commented 9 years ago

Looks like the shortest path for implementation is going to be guilhermesad/rspotify.