Skip to content

Python script that helps you find sitemap of your website

Notifications You must be signed in to change notification settings

Popinek/sitemapFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap Finder

Python Version

Description

Sitemap Finder is a Python script that allows you to extract and list all the sitemap URLs from a given website.

Features

  • Crawls a website to find sitemap URLs.
  • Outputs a list of sitemap URLs.

Installation

  1. Clone this repository to your local machine:

    • git clone https://github.com/Popinek/sitemapFinder.git
  2. Navigate to the project directory:

    • cd sitemapFinder
  3. Install the required Python packages:

    • pip install -r requirements.txt

Usage

  1. Run the script by executing the following command:

    • python main.py
  2. Enter the URL of the website you want to search for sitemaps on.

  3. The script will output a list of sitemap URLs found on the website.

Example

$ python main.py Enter the URL of the website: https://example.com Sitemap URLs found:

https://example.com/sitemap.xml https://example.com/news-sitemap.xml

About

Python script that helps you find sitemap of your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages