A python library to download text from the web and build ebooks from them.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adler Neves 9915b6859e Initial commit 4 years ago
ebooker Initial commit 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Initial commit 4 years ago

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)