Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 501 Bytes

File metadata and controls

15 lines (12 loc) · 501 Bytes

Goodreads

To get the best books run

python book-list.py
python goodreads.py

Wait 10 seconds per candidate book evaluated. On subsequent runs, just do

python goodreads.py

books.csv contains easy-to-grab info like name, rating, and number of voters. data.csv contains more info. On rerun goodreads.py will use cached info.

Edit list-lens in book-list.py if you just want the best of a specific list. It should be a pair of (book list number, number of pages it contains).