Skip to content

Instantly share code, notes, and snippets.

@sivy
Created March 29, 2019 22:55
Show Gist options
  • Save sivy/755ad29bcccc7a25139c514ba2019974 to your computer and use it in GitHub Desktop.
Save sivy/755ad29bcccc7a25139c514ba2019974 to your computer and use it in GitHub Desktop.
# update was parsed from the goodreads xml as a big-ass dictionary/hashmap
name = update['actor']['name']
title = update['object']['read_status']['review']['book']['title']
author = update['object']['read_status']['review']['book']['author']['name']
status = update['object']['read_status']['status']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment