nullkode / seourlchecker

URL Validator Using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction:

This is a simple script written to validate a list of URLs. Even it can check huge list of URLs.

Use Case:

  1. Analytics team can use to verify broken urls for SEO validation.
  2. QA team can use it for getting response time for different Web Urls.
  3. Adds value to SEO testing.

Tools and Languages used:

  1. Python3
  2. HTML
  3. Any IDE supporting Python, like, PyCharm, Atom and so on..

How to use:

  1. Clone or download the project.
  2. Install Python3
  3. Copy and paste all the URLs to be validated in "urls.txt" file.
  4. Execute "url.py" file as python.
  5. Final report gets generated as "report.html".

That's it. Happy validation!!!

About

URL Validator Using Python

License:MIT License


Languages

Language:Python 70.9%Language:HTML 29.1%