SitemapToPDF is a tool that parses your sitemap, visits every page listed, and generates a PDF for each page.
- Parse your XML sitemap
- Visit each URL in the sitemap
- Generate PDFs for each page
- Clone the repository:
git clone https://github.com/yourusername/sitemaptopdf.git
- Navigate to the project directory:
cd sitemaptopdf
- Install the required dependencies:
pip install -r requirements.txt
Run the script to generate PDFs:
python main.py
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This project is licensed under the Creative Commons License. See the LICENSE file for details.
Do whatever the heck you want with this.