Project

rdio

0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Ruby implementation of rd.io REST api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0.3.0
 Project Readme

-*- org -*-

ABOUT

This is a ruby implementation of the rd.io API here:

http:/developer.rdio.com

USAGE

See the exmples for usage. You first must obtain a consumer key/secret pair described here:

http:/developer.rdio.com

You can user the ‘rdio-call’ script (strikingly similar to rdio’s python one) for exploring the api. Pass ‘-h’ argument to rdio-call to see the options. Here’s an example:

% ./rdio-call get keys=t7609753 -i { “result”: { “t7609753”: { “artist”: “Mogwai”, “name”: “White Noise”, ….

TESTS

In order to run the rests, you must define the following environmental variables to the appropriate values:

RDIO_KEY RDIO_SECRET

There is a sample .rc file in dot-rdio. You must also serialize an authorized access token to the file .rdio_access_token. This can be done with:

make .rdio_access_token

-or-

./create_access_token

There is a sample in dot-rdio_access_token.

CONTRIBUTORS

Thanks for the pull requests that have been merged to the following: