ebook-downloader/README.md

16 lines
526 B
Markdown
Raw Normal View History

2023-03-28 21:01:33 +00:00
# EBook Downloader
2023-03-29 01:41:47 +00:00
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.
2023-03-28 21:01:33 +00:00
### Installing
1. Download/clone the repo
2. `pip install -r requirments.txt`
2023-03-29 01:41:47 +00:00
### WebUI
1. run `python gui.py`
2023-03-28 21:01:33 +00:00
### Interactive Mode
2023-03-29 01:41:47 +00:00
1. Run `python bookrequest.py`
2023-03-28 21:01:33 +00:00
2. Follow the prompts on screen
### Unattended Mode
2023-03-29 01:41:47 +00:00
1. `python bookrequest.py -b <booktitle>`