Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 926 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 926 Bytes

Web to ebook

WTE (web-to-ebook) helps you to convert content from some websites into an ebook (epub format) that you can read offline or on an ebook reader. It currently supports downloading any story from wattpad.

Install

python3 -m pip install --upgrade wte

Manually

You can also install wte manually, but is it not recomended. Clone the repository and intall or upgrade the dependencies. Start the programme using the __main__.py file :

git clone https://github.com/webalorn/web-to-ebook
python3 -m pip install --upgrade requests lxml pyquery ebooklib

cd web-to-ebook
python3 . # Starts __main__.py. Use this instead of 'wte'

Usage

wte [url_of_the_page] # Simple usage
wte [url_of_the_page] --quiet -o [output.epub] # More options
wte -h # Show the help and all the options

Currently supported