Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 590 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 590 Bytes

SiteMap Generator

This is a free open source script licensed under the Creative Commons Attribution 4.0 International Licensender

  • author : Morad Edwar
  • license : Creative Commons
  • version : 1.0
  • email : [email protected]
  • status : Beta

Version

1.0

Using

You just need to modify :

start_url = 'http://www.domain.com'
domain = 'www.domain.com'
sitemap_path = '/tmp/sitemap.xml'
frequency = 'Daily'
priority = 'None'
ignore = ['.jpg','.png','/user?id=','login','logout']

Then run it

$ python sitemap.py

Todo's

  • White list
  • Download delay