Added README
This commit is contained in:
parent
a598ce3b1c
commit
2979c9672b
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
||||
|
||||
### Installing
|
||||
1. Download/clone the repo
|
||||
2. `pip install -r requirments.txt`
|
||||
|
||||
### Interactive Mode
|
||||
1. Run `python main.py`
|
||||
2. Follow the prompts on screen
|
||||
|
||||
### Unattended Mode
|
||||
1. `python main.py -b <booktitle>`
|
Loading…
Reference in New Issue
Block a user