/website-scraper

A tool to scrap webpages from a domain root url

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Website-scraper

A tool to scrap webpages from a domain root url

Requirements

* Python >= 3.8
* [Poetry](https://python-poetry.org/)

Setup

Create a new virtualenv

poetry shell
poetry install

Run

poetry run website-scraper <URL>

Build

poetry build