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

sitemap3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap3

An async command line utility for generating a sitemap

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
1

Build Status Coverage Status

Sitemap3

Sitemap3 is an async sitemap generation utility written in Python 3.5. It currently generates a list of urls and either outputs them or writes them to a file.

Install

pip install sitemap3

or

git clone git@github.com:konstantinfarrell/sitemap3.git
cd sitemap3
python setup.py install

Don't forget a virtualenv

Usage

From the shell

sitemap --u <url>
sitemap --u <url> --w <output>

Within a script

from sitemap import sitemap

url = 'https://konstantinfarrell.github.io'
results = sitemap(url)

TODO

  • Add xml support

KNOWN BUGS

  • Larger sites may cause program to timeout

FAQs


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