This is a console application written in Python to create xml sitemap.
-
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.
- Clone the project into desired location and
cd
into the project folder. - Check the seed url in
main.py
. - Run
python main.py