Skip to content

muatik/sitemapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site mapper

A python application that generates a site map. Starting from the given url, it traverses all the links found in the site and returns a list of links.

Build Status

Run

git clone git@github.com:muatik/sitemapper.git
pip install -r requirements.txt
cd sitemapper
python app.py --help
python app.py --url https://muatik.github.io/

Test

Install pytest, pip install pytest and issue the following commands.

git clone git@github.com:muatik/sitemapper.git
pip install -r requirements.txt
cd sitemapper
pytest tests

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages