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.
|
4 years ago | |
---|---|---|
ebooker | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 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)