/rdio-archive

Tool for generating an archive page for Rdio new releases

Primary LanguagePython

Overview

New Release Archive for Rdio® downloads everything it can from the getNewReleases API method and builds a static website to browse them.

Setup

  1. Clone the repository

     git clone git://github.com/dasevilla/rdio-archive.git
     cd rdio-archive/
    
  2. Create a file called rdioconfig.py and add your Rdio API key

     CONSUMER_KEY = 'RDIO_API_KEY'
     CONSUMER_SECRET = 'RDIO_API_SECRET'
    
  3. Download the new releases for this week, last week, and two weeks ago

     make download
    
  4. Build the site

     make site
     cd _generated/
    

Resources