Skip to content

A tool that generates a sitemap for a website provided by user. The sitemap is then presented visually in a form of a graph. It can be also downloaded as an XML file.

License

Notifications You must be signed in to change notification settings

Magenta24/Sitemap-Generator-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project

Site Map Generator Tool

This repository contains the implementation of Sitemap Generator Tool that produces XML sitemap of a website provided by a user. The features includes:

  • producing an XML sitemap of a website specified by a user
  • producing a zoomable URL graph-like diagram
  • possibility to download both sitemaps
  • listing collected links
  • listing found documents
  • listing found images
  • mini-search engine that looks for words/phrases specified by a user

    The examples of generated XML sitemaps, tree structures, images, logs can be seen in the static directory

Prerequisites

To run the software following need to be installed first

Installation

Creating Python environment

python -m venv /path/to/new/virtual/environment (venv is the name of the environment)

./path/to/new/virtual/environment/bin/activate (activate the environment)

Installing requirements

pip install -r requirements.txt

Run application

python3.11 .\sitemap_generator\manage.py runserver 

Screenshots from the application

The form Results Statistics Zoomable diagram Tree structure Downloads Collected links Found documents Found images Search engine results

External materials

Following software was during development of the project:

License

Copyright (c) 2011-2017 GitHub Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A tool that generates a sitemap for a website provided by user. The sitemap is then presented visually in a form of a graph. It can be also downloaded as an XML file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published