A python library to download text from the web and build ebooks from them.
Go to file
Adler Neves 9915b6859e Initial commit 2019-09-16 00:31:10 -03:00
ebooker Initial commit 2019-09-16 00:31:10 -03:00
.gitignore Initial commit 2019-09-16 00:31:10 -03:00
LICENSE Initial commit 2019-09-16 00:31:10 -03:00
README.md Initial commit 2019-09-16 00:31:10 -03:00

README.md

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)