Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/yurii-vyrovyi/sitemap-generator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/yurii-vyrovyi/sitemap-generator

  • v0.0.0-20220623150930-461b61f5d9da
  • Source
  • Go
  • Socket score

Version published
Created
Source

sitemap-generator

sitemap-generator is a tool for sitemaps generating (obviously).

How to run it?

sitemap-generator <url> [-parallel=...] [-output-file=...] [-max-depth=...]
url				an url of website you want to build sitemap of

optional
	-parallel=		number of parallel workers to navigate through site
	-output-file=		output file path
	-max-depth=		max depth of url navigation recursion

Protocol

A protocol description could be found here.

Notes

It was created as a test task. While it works in general and shows approaches there are several weak points that need to be improved to make this sitemap generator a real tool:

  • escaping is done partially
  • resulting file size is not limited

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc