Skip to main content

An async command line utility for generating a sitemap within a text file

Project description

[![Build Status](https://travis-ci.org/konstantinfarrell/sitemap3.svg?branch=develop)](https://travis-ci.org/konstantinfarrell/sitemap3) [![Coverage Status](https://coveralls.io/repos/github/konstantinfarrell/sitemap3/badge.svg?branch=develop)](https://coveralls.io/github/konstantinfarrell/sitemap3?branch=develop)

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sitemap3-0.1.2.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page