Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.6 KB

Wrapper around the HTMLParser python module

DocumentationBasic usage

About

Garser is one of the more advanced tools to scan and parse html. It stores all html entities in objects

Features

  • Parses HTML in nested object format
  • Attributes are stored as data members
  • Nested and Non-Nested Entity search
  • Entity Search based on attributes
  • Intelligent nesting for non closing html entities
  • Objects can be converted to JSON Format
  • Inspired by Selenium

License

This tool is licensed under the GNU General Public License v3.0.

Some parts of this code comes from HTMLParser