vestimir / goodreads-wishlist

Script to export CSV out of the to-read list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example config

Put the following in config.yml

api_key: key
api_secret: secret
user_id: 1

Usage

ruby wishlist.rb > books.csv

CSV Toolkit snippet

csvcut -c title,num_pages,average_rating,owned books.csv | csvgrep -c owned -m 1 | csvsort -c num_pages | csvlook

About

Script to export CSV out of the to-read list


Languages

Language:Ruby 100.0%