Metadata-Version: 2.1
Name: sitesweeper
Version: 1.0.2
Summary: Sitesweeper is a python package to help you automate your web scraping process, outputing pages to a file
Home-page: https://github.com/radityaharya/sitesweeper
Author: Raditya Harya
Author-email: contact@radityaharya.com
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: pdfkit
Requires-Dist: requests
Requires-Dist: PyPDF2
Requires-Dist: lxml


# 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

```bash
  pip install sitesweeper
```
    
## Usage

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

