Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 468 Bytes

python-site-mapper

a python script to crawl a website and generate site map graph

Purpose: This project will be my first hobby project on github to practice python script programming.

Outcome: the expected outcome for this project is a simple sitemap graph and a Sitemap file compliant with the Sitemap Protocol of sitemaps.org

Development Environment:

Mac Pro snow leopard 10.6.8 Python 2.7 Module Dependence: urllib2 urlparse BeautifulSoup