python-ebooker/README.md

370 B

ebooker

A python library to download text from the web and build ebooks from them.

Usage

Run python3 -m ebooker <link_list> <out_dir>, where:

  • <link_list> is a plain text file that contains the sources that will be downloaded. One link per line.
  • <out_dir> is the directory in which requested ebooks will be placed (will be created if necessary)