/books_to_scrap

Python web developer course project 02 : webscrapping basics

Primary LanguagePython

Books to scrap

Prerequisite

python >= 3.x, pip and virtualenv must be installed on your system.

How to get started

  • 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

How to run the program

$ python main.py [OPTIONS]
OPTIONS: getall, --save-img, bookurl [URL], category [CATEGORY]

Get data from all categories and download the images

$ python main.py getall --save-img