Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap Generator

This Cli tool extracts links from a specified URL and writes them to a sitemap XML file. The generator handles concurrent requests and limits the number of links it processes. It also uses custom flags for specifying the maximum number of links and the output file.

Features

  • Concurrent link extraction using goroutines
  • Sitemap XML file generation
  • Logging for progress and errors

Requirements

  • Go 1.18 or later
  • Go modules enabled (go mod)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/sitemap-generator.git
    cd sitemap-generator
  2. Build the project:
    go build -o sitemap-generator
    
  3. Run the project:
    ./sitemap-generator -t <target-url> -maxLinks <number-of-links> -o <output-file>

About

blazingly fast sitemap generator

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages