Skip to content

Rasshua/html_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

HTML Parser

A simple HTML parser for performing static analysis of the website code.

Collects and displays information about some tags, their attributes and values in a form convenient for review.

Description

The HTML parser was conceived and developed as an auxiliary tool to facilitate the static validation of web page HTML code for compliance with interactivity, availability, usability, and SEO specific requirements.

The latest version of the parser:

  • displays the server response code
  • shows the content of the meta canonical tag
  • displays the content of the meta title and meta description tags
  • shows the meta robots tag
  • outputs the OGP markup tags
  • lists the main tags for content images
  • lists the main tags for links
  • lists the main tags for buttons

Prerequisites

  • Download and install Python IDE
  • Install the modules mentioned below and their prerequisites from the Python Package Index:
python -m pip install bs4
python -m pip install requests
python -m pip install sys

Usage

python ./parcer_land.py _Website URL_

Usage example

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages