I just wanted something small to pull a target site's sitemap.xml
Go to file
Colin 3ff726ef1f rudimentary docs 2024-05-22 23:39:55 -04:00
build_logs Initial 2024-05-22 23:33:13 -04:00
dist Initial 2024-05-22 23:33:13 -04:00
README.md rudimentary docs 2024-05-22 23:39:55 -04:00
build.sh Initial 2024-05-22 23:33:13 -04:00
go.mod Initial 2024-05-22 23:33:13 -04:00
install.sh rudimentary docs 2024-05-22 23:39:55 -04:00
main.go Initial 2024-05-22 23:33:13 -04:00
main.working Initial 2024-05-22 23:33:13 -04:00
run.sh Initial 2024-05-22 23:33:13 -04:00
sitemap.csv Initial 2024-05-22 23:33:13 -04:00

README.md

Sitemapper Installation Guide

Welcome to the installation guide for Sitemapper, a tool for parsing and analyzing sitemaps.

Installation

Install Sitemapper by executing the following command in your terminal:

curl -sSL https://git.nixc.us/Nixius/sitemapper/raw/branch/main/install.sh | sudo bash

This command fetches the install.sh script directly and runs it, handling the installation of the correct binary for your system's architecture.

Usage

Once installed, you can use Sitemapper to analyze a sitemap by providing the URL of the sitemap or just the root URL of the website. Sitemapper will attempt to find the sitemap at the root of the URL if not explicitly specified.

Example Usage

  1. Specify the Sitemap URL:

    sitemapper --url=https://www.improvingmipractices.org/sitemap.xml --csv
    
  2. Specify the Root URL:

    sitemapper --url=https://www.improvingmipractices.org --csv
    

In both cases, Sitemapper will fetch the sitemap, parse it, and output the results in CSV format if the --csv flag is provided.

Note

This installation is intended as a one-off setup. No updates or maintenance will be provided.