python
>= 3.x, pip
and virtualenv
must be installed on your system.
- Create a Python virtual environment in the project root directory
$ python -m venv venv
$ source ./venv/bin/activate
- Install the required packages
$ pip install -r requirements.txt
$ python main.py [OPTIONS]
OPTIONS: getall, --save-img, bookurl [URL], category [CATEGORY]
$ python main.py getall --save-img