Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 326 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 326 Bytes

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