Skip to content

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

License

Notifications You must be signed in to change notification settings

ivanarena/pyscraper-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyscraper-cli

A CLI tool to donwload 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