radityaharya / sitesweeper

Sitesweeper is a python package to help you automate your web scraping process, outputting pages to a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sitesweeper

SiteSweeper is a Python command-line interface (CLI) tool for crawling websites and generating output files. It supports crawling a website with a given depth, and saving the output in either a single PDF file or a folder of individual PDF files.

Installation

Install sitesweeper with pip

  pip install sitesweeper

Usage

python3.9 -m sitesweeper https://example.com --output-path example

About

Sitesweeper is a python package to help you automate your web scraping process, outputting pages to a file


Languages

Language:Python 100.0%