Ticapsoriginal Sitemaps Url Status Overview

large xml sitemaps overview plotting result from http response codes

  • show status 200 Sucess requests
  • show status 404 Error pages requests
  • show status 302 Redirects requests
  • show total sitemaps urls

make python environment:

  • Install pip first:
sudo apt-get install python3-pip
  • Then install virtualenv using pip3
sudo pip3 install virtualenv 
  • Now create a virtual environment
virtualenv venv
  • Active your virtual environment:
source venv/bin/activate
  • Enter on environment:
cd venv

Install tkinter to build gui interface:

sudo apt-get install python3-tk

Install tqdm to see progress bar:

pip install tqdm

Install requests to get responses and make requests:

pip install requests

Install matplotlib to plotting categorical chart:

pip install matplotlib

Install advertools to read large url data:

pip install advertools

Clone ticapsoriginaltweepy repository:

 git clone https://github.com/Tinoco/Ticapsoriginal_sitemaps_url_status.git
  • Change the sitemapoverview.py file with your sitemap url

Make sitemap links status overview :

python sitemap_overview.py

quality:

about: