Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 394 Bytes

File metadata and controls

27 lines (20 loc) · 394 Bytes

scrape

scrape is a website downloader in less than 300 lines of Python.

It recursively downloads all pages, images, scripts, stylesheets and favicons on the same domain as the initially provided URL.

Usage

python scrape.py https://example.com -v

Installation

pip install pipenv
pipenv install

Running tests

python tests.py