Skip to main content

Generate EPUB files from unread Instapaper articles

Project description

Portable Wisdom

Portable Wisdom is a command-line tool to generate an EPUB file from your unread articles in Instapaper. You can then copy this file to your ereader.

Preview of a Portable Wisdom-generated ebook on an ereader

Technologies

  • Python 3

Features

  • Retrieves unread articles from Instapaper
  • Finds and downloads articles' images from the web, downsizes them, converts them to greyscale, and embeds them into the file
  • Caches articles and images, runs fast for frequent users
  • Creates well-formatted EPUB files tailored for your ereader

Quick Start

  1. Download and install Portable Wisdom from PyPI:

     $ pip install portable-wisdom
    
  2. Request an Instapaper API key. (Or copy one from a friend.)

  3. Run Portable Wisdom from the command line:

     $ portable-wisdom --instapaper-key KEY \
     	--instapaper-secret SECRET \
     	--instapaper-login USER \
     	--instapaper-password PASS
    

On success, the script will print the output filename. To view all of the options, run $ portable-wisdom -h.

Transformers

Transformers are functions that modify the EPUB before writing the file to disk. There are many built-in transformers including:

  • beautify_hr — converts lines of asterisks to horizontal rules
  • remove_duplicative_blockquotes — removes magazine-style "pull quotes"
  • strip_emojis — replaces emojis with shortcodes
  • strip_links — removes a elements
  • embed_images — embeds remote web images

Compatibility

Portable Wisdom uses EbookLib to create EPUB files. These files are compatible with most ereaders—including Nook, Kobo, and Sony—as well as most ebook software. Kindle owners can use Pandoc or a similar tool to convert from EPUB to MOBI.

Styles

Portable Wisdom supports styles (--style) to create EPUB files optimized for your ereader's rendering engine. These styles are regular CSS files. They specify header sizes, image layout, quote formatting, etc. Use the default style or create your own.

Contributing

To report a bug or request a feaure, create an issue on GitHub. Developers are welcome and encouraged to submit pull requests, but contributors should strongly consider creating an issue and requesting comments before starting work.

Source

You can run Portable Wisdom from its source like so:

$ python3 -m portable_wisdom.wisdom

Guidelines

  • Comply with PEP 8 (use Flake8 to confirm, autopep8 can help)
  • Run and pass all tests
    • Create new tests or refine existing ones, if necessary

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

portable_wisdom-0.9.tar.gz (75.3 kB view details)

Uploaded Source

Built Distribution

portable_wisdom-0.9-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file portable_wisdom-0.9.tar.gz.

File metadata

  • Download URL: portable_wisdom-0.9.tar.gz
  • Upload date:
  • Size: 75.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for portable_wisdom-0.9.tar.gz
Algorithm Hash digest
SHA256 b1b4e2fcd111f57686f1174d0be1f293084c0aa335d7dbcd7bc4c761d7b7fe64
MD5 caf9ee2176276a46aaeb3536853d5792
BLAKE2b-256 bbd22fec1a83ce020fa18b1cc245c2ccb155ef33f8dd791b1fd8146d485e86d4

See more details on using hashes here.

Provenance

File details

Details for the file portable_wisdom-0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for portable_wisdom-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 0bec73c6f73683d9c729a008fc917f7b8202aead5509784885152e9f32f3938b
MD5 24037ac8a0d1937ae4a450070b500c33
BLAKE2b-256 f64f65882350f392e0de7984c76d0ee80bd7376db41e87a5a863abf4c9d7c2cc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page