Go to file
2023-03-29 02:22:44 +00:00
__pycache__ Added ability to copy books to shared drive 2023-03-28 22:10:40 -04:00
.gitignore initial commit 2023-03-28 13:56:26 -04:00
bookrequest.py Added ability to copy books to shared drive 2023-03-28 22:10:40 -04:00
config.ini Updated ini to allow configuring host ip/port 2023-03-28 22:21:43 -04:00
gui.py Updated ini to allow configuring host ip/port 2023-03-28 22:21:43 -04:00
README.md Update 'README.md' 2023-03-29 02:22:44 +00:00
requirments.txt Added ability to copy books to shared drive 2023-03-28 22:10:40 -04:00

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
  3. Edit config.ini to suit your needs

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>