Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 999 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 999 Bytes

Sitemap To PDF

SitemapToPDF is a tool that parses your sitemap, visits every page listed, and generates a PDF for each page.

Features

  • Parse your XML sitemap
  • Visit each URL in the sitemap
  • Generate PDFs for each page

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/sitemaptopdf.git
  2. Navigate to the project directory:
    cd sitemaptopdf
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the script to generate PDFs:

python main.py

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

License

This project is licensed under the Creative Commons License. See the LICENSE file for details.

Do whatever the heck you want with this.