gutendex
gutendex copied to clipboard
Web API for Project Gutenberg ebook metadata
A PR to re-vamp the parsing logic for iterating the tar file. It is fast and helps greatly with the docker setup as it does not require multiple read/write operations.
I added in files to make it possible to use docker and docker-compose so that setup could be one line. I really appreciate this project and I wanted to use...
Hi, @everyone I created a wrapper for this API in Go. [See here](https://github.com/pab-h/gotendex)
CASE: Im following the guide until the step 4 during installing requirements.txt ```Building wheels for collected packages: psycopg2 Building wheel for psycopg2 (setup.py) ... error error: subprocess-exited-with-error × python setup.py...
Hi, Amazing service! Thank you so much! Might it be possible to allow POST requests as well?
Hi, Thanks for making this great resource! I noticed that Gutendex's API only gave the KF8 file format for Kindles, which is only compatible with newer Kindles. However, on Gutenberg's...
Hi, Sorry to ask so many questions. I was wondering if it might be possible to get the file size of each file. It can be helpful to estimate how...
Hey, I am trying to run gutendex on an azure server but when trying to update the catalog, I get: ``` ./manage.py updatecatalog /tmp/8dbba6c19a61f2e/antenv/lib/python3.11/site-packages/environ/environ.py:628: UserWarning: /tmp/8dbba6c19a61f2e/gutendex/.env doesn't exist - if...
Hello, is there any option to specify a maximum number of results to query in an API call? Specifically I'm doing a homework assignment where I am using the Gutendex...