Skip to content

A Python app to generate sitemap in XML format for a specific url mentioned in main.py file

Notifications You must be signed in to change notification settings

sammsulhoq/sitemap-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap Generator

v1.0.0

This is a console application written in Python to create xml sitemap.

Available functionalities

  • The application has been developed for creating xml sitemap for a specific website. Although, changing the seed url in the code can generate sitemap for other websites also.

  • The generator has scraper and xml generator as individual modules and thus could be reused in other applications as well.


How to run the project

  • Clone the project into desired location and cd into the project folder.
  • Check the seed url in main.py.
  • Run python main.py

About

A Python app to generate sitemap in XML format for a specific url mentioned in main.py file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages