/pyscraper-cli

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

Primary LanguagePythonMIT LicenseMIT

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 git@github.com: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