$def with (books=None, books_wo_isbns=None)
For instructions on exporting data refer to: Goodreads Import/Export
$_("Download a copy of your reading log.") $_("What is this?")
$_("Download a copy of your book notes.") $_("What are book notes?")
$_("Download a copy of your review tags.") $_("What are review tags?")
$_("Download a summary of your lists and their contents.") $_("What are lists?")
$_("Download a copy of your star ratings") $_("What are star ratings?")
$for key in keys: | $key |
---|---|
$ dict = {'ISBN':'', 'Title':'', 'My Rating':'', 'Exclusive Shelf':''} $ k = ['ISBN', 'My Rating', 'Exclusive Shelf'] $for key in k: $ dict[key] = books[isbn].get(key) | $for key in keys:$books[isbn].get(key) |
$for key in keys: | $if books_wo_isbns[id].get(key) != '=""': $books_wo_isbns[id].get(key) |