Skip to content

lucascherzer/smp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sitemap parser

A cli script to parse the usual sitemap resources of a website (e.g. robots.txt, sitemap.xml, etc)

This is really just a front end for the ultimate-sitemap-parser, so all credit to them!

Usage

  1. Initialize a venv (optional)
python3 -m venv .venv
pip3 install -r requirements.txt
  1. Run
python3 smp.py "<target url>"
# Get help with the -h flag

About

Parse and output common sitemap files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages