View Single Post
Old 04-13-2024, 09:16 PM   #5
KissMeKiwi
Junior Member
KissMeKiwi began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2023
Device: Kobo Clara 2E
Quote:
Originally Posted by thiago.eec View Post
API documentation for the database interface: https://manual.calibre-ebook.com/en/db_api.html

API documentation for the e-book editing tools: https://manual.calibre-ebook.com/en/polish.html

You can use the API in your python scripts. To execute the script, you use this command:
calibre-debug /path/to/your/python/script.py


Command Line Interface: https://manual.calibre-ebook.com/en/...cli-index.html
Yes, using the Command Line Interface.
Thanks for showing me I have to use the calibre-debug, I saw that doc but was very confused. Is there anyway to access that api outside of the calibre-debug environment? I plan on running this in a container and it might be tough to get all the dependencies and get everything set up.
KissMeKiwi is offline   Reply With Quote