This library, entirely written in C99 implements a quick webscraper.
Since this library is written in C, a C compiler such as gcc
or clang
is
required. The build in currently managed by cmake
but it might include an
autotools
support in the future.
This library also rely on libcurl
.
There's no current documentation of the library, but will most likely be handle
by doxygen
.
This project will provide a dynamic library as well as a CLI.
Anyway, here are the instruction to build both from the sources.
git clone https://www.github.com/SiwonP/libwebscrap.git
cd libwebscrap
mkdir build
cd build
cmake -DBUILD_TYPE=RELEASE ..
make
The binaries of the CLI are not currently availables since the project has not yet reached a stable version.
Same explanation as for the binaries. However, chances are that this lirary will be available through the traditionnal packages managers such as homebrew, ports, apt ...
No tests are written yet.
No doc is available yet.
- Simon Petit - Initial contributer
This library and CLI is under the GNU General Public License v3, seeLICENSE for details.