Quote:
I'll be leaning toward Apache/Nginx + PHP, Python and cron.
|
Good choice.
Here is the batch file I am using to process the book. You can adjust it to your environment.
Code:
cd \
cd "C:\Program Files\Calibre2"
Start /wait web2disk -r 0 -d C:\Kindle http://www.<theBook>.html
Start /wait ebook-convert c:\Kindle\<theBook>.xhtml c:\Kindle\<Name to show in Kindle>.mobi
Start /wait calibre-smtp -a C:\Kindle\<Name to show in Kindle>.mobi -s <any subject> <myEmail> <myKindleEmail>@kindle.com <any email body>