_____ _ _____ _ _ _
| __ |___ ___| |_| __|_ _| |_ ___ ___ ___| |_|_|___ ___
| __ -| . | . | '_| __|_'_| _| _| .'| _| _| | | . |
|_____|___|___|_,_|_____|_,_|_| |_| |__,|___|_| |_|_|_|_ |
v0.2 unfinished |___|
BookExtracting | Coded by Shady H | Random mode
{Designed to automate book extraction} Unfinished
Designed to automate book extraction, unfinished
- Interactive menu
- Random Book mode it's now realised
Tested on MacOs and Linux
Coded with <3 for you, by Shady H
Open the terminal and type following commands.
- $ apt install python-pip
- $ git clone https://github.com/shaddih1/BookExtracting.git
- $ cd BookExtracting
- $ pip install -r requirements.txt
usage: extracting.py [-h] [-u URL] [-q] [-p PATH] [-r]
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL set URL to extract
-q, --quiet suppresses banner
-p PATH, --path PATH set the document path
-r, --random download a random book of feedbook
Example usage:
$ python3 extracting.py -u http//:url...
$ python3 extracting.py -q -u http://url...
$ python3 extracting.py -q -u http//url... -p /user/name/...
$ python3 extracting.py -r
$ python3 extracting.py