— dreid
— dreid
— dreid
— dreid
Below is a simple python script for generating a reading list appropriate for use with blogofile from a GoodReads RSS Feeds. It divides the list into 2 sections Read and Reading (from the "read" and "currently-reading" shelves)
You can get the necessary config variables from the following feed URL found on your currently-reading shelf view.
http://www.goodreads.com/review/list_rss/{{GOOD_READS_ID}}?key={{GOOD_READS_KEY}}&shelf=currently-reading
The script also includes gets the links for the list from goodreads as amazon affiliate links.
— dreid