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
- 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
sudo apt-get install python3-tk
pip install tqdm
pip install requests
pip install matplotlib
pip install advertools
git clone https://github.com/Tinoco/Ticapsoriginal_sitemaps_url_status.git
- Change the sitemapoverview.py file with your sitemap url
python sitemap_overview.py
- code and resource used in
Ticapsoriginal