Skip to content

JeremyMorgan/sitemaptopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Print every page of your website to a PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages