Skip to main content

An unofficial wrapper for the Rdio API.

Project description

An unofficial Python library for accessing the Rdio API, using OAuth. Inspired by Rdio’s own ‘rdio-python’ library as well as python-twitter.

To use, do:

>>> import rdio
>>> rdio_manager = rdio.Api(CONSUMER_KEY, CONSUMER_SECRET)
>>> user = rdio_manager.find_user('benjaminkreeger@gmail.com')
>>> print '%s %s's key is: %s.' % (user.first_name, user.last_name, user.key)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-rdio-0.6.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

python_rdio-0.6-py2.7.egg (25.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page