Sitemap Finder is a Python script that allows you to extract and list all the sitemap URLs from a given website.
- Crawls a website to find sitemap URLs.
- Outputs a list of sitemap URLs.
-
Clone this repository to your local machine:
git clone https://github.com/Popinek/sitemapFinder.git
-
Navigate to the project directory:
cd sitemapFinder
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the script by executing the following command:
python main.py
-
Enter the URL of the website you want to search for sitemaps on.
-
The script will output a list of sitemap URLs found on the website.
$ 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