16 lines
526 B
Markdown
16 lines
526 B
Markdown
# EBook Downloader
|
|
This script searches for books on libgen and then downloads them. It supports being run interactivly as well as running with options from the command line. Additionally there is a simple WebUI that can be used for multiple users to request books.
|
|
|
|
### Installing
|
|
1. Download/clone the repo
|
|
2. `pip install -r requirments.txt`
|
|
|
|
### WebUI
|
|
1. run `python gui.py`
|
|
|
|
### Interactive Mode
|
|
1. Run `python bookrequest.py`
|
|
2. Follow the prompts on screen
|
|
|
|
### Unattended Mode
|
|
1. `python bookrequest.py -b <booktitle>` |