made a bunch of updates to my script to pull from O'Reilly's API: https://github.com/davidshq/oreillyas
new additions include scripts to take the JSON results and transform them into a SQL database including junction tables to preserve relationships between book / author, book / topic, and book / publisher.
#python #api #code