FaustXVI / poche-to-calibre

A script to get your inthepoche bookmarks down to calibre in epub format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poche-to-calibre

Goal

This project is a script for calibre in order to get poche bookmarks in epub format so you can read it later, off-line, on your e-reader.

Prerequires

Installation

Download the pocheToCalibre.py file.

Then, in calibre, click on the down arrow next to the fetch news button, then on Add a custom news source. In the appeared window you can configure your news source. Click on the Smitch to advanced mode button and copy/paste the contents of the pocheToCalibre.py file to the textarea. You should have something like that:

copy paste

Additional step for self-hosted Poche: update the appURL variable in script, e.g:

http://example.com/poche/

Then click on Add/Update recipe and Close the window (Calibre may say you’ll lose any unsaved changes, but since you saved, this is not an issue).

Now click on the same arrow next to the fetch news button and click on Schedule news download. In the new window, select Custom then Poche.

form

This is now working as any news stream:

  • Schedule the downloads

  • Fill-in your poche login and password

  • Enjoy

About

A script to get your inthepoche bookmarks down to calibre in epub format

License:GNU General Public License v3.0


Languages

Language:Python 56.6%Language:CSS 36.9%Language:Shell 6.4%