Implementation Requirements
We may wish to build a utility which takes an Archive.org query or a list of isbns and attempts to fetch lexile information.
Reference Example of a utility like this:
https://github.com/Open-Book-Genome-Project/sequencer/blob/master/pipeline.py
Here's where we can put our code: https://github.com/Open-Book-Genome-Project/sequencer/blob/master/bgp/pipelines/lexile.py
Implementation Requirements
We may wish to build a utility which takes an Archive.org query or a list of isbns and attempts to fetch lexile information.
setofseen_isbnswhich maybe gets loaded from the isbns in thelogfile?log(called log.txt) of all attempted isbns, and if the book succeeded or failed (also include the failure, so we can look it up)results.jsonlentries which succeededReference Example of a utility like this:
https://github.com/Open-Book-Genome-Project/sequencer/blob/master/pipeline.py
Here's where we can put our code: https://github.com/Open-Book-Genome-Project/sequencer/blob/master/bgp/pipelines/lexile.py