Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 409 Bytes

pyscraper-cli

A CLI tool to download a whole website in one click.

Requirements

  • Python >= 3.9

Usage

Clone the repository and move to the root folder:

git clone [email protected]:ivanarena/pyscraper-cli.git
cd pyscraper-cli

Install the requirements:

python -m pip install -r requirements.txt

Run the script:

python scraper.py BASE_URL -o OUTPUT_DIR -pdf True