axontom / idogaf-html-parser

C++ html parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idogaf-html-parser

General info

idogaf is a C++ html parser library created for easy and convenient manipulation on html files and data extraction.

Main features

idogaf features reading and writing html files to/from file and std::stream. Searching functions operate on CSS selectors to support easy and fast navigation through the documents tree. This library comes with a complete autodoc documentation.

Dependencies

  • C++11 ISO standard
  • CMake 3.13 for easy instalation

idogaf doesn't depend on any external libraries.

Instalation:

Clone the repository using command:

git clone https://github.com/axontom/idogaf-html-parser.git

or download zip from here and extract it to your desired location.

Navigate to the root folder of the project and install the library using the following commands:

cd idogaf-html-parser
mkdir build && cd build/ && cmake .. && sudo make install

Contact

You can contact me by email at axontom.online@gmail.com.

About

C++ html parser

License:MIT License


Languages

Language:C++ 98.2%Language:CMake 1.4%Language:C 0.3%