This is a crawler programme writen in C .it works on libsoup
,libxml2
,libcurl
.and have a gui writen with Gtk.
The binary package for Linux and Windows ,you can download and try it from the release page. DownLoad
To Build the programme ,just run make
and the programme named Easy_Crawler
will maked for you.
gtk+-3.0
libxml-2.0
libsoup-2.4
libcurl
and make sure your pkg-config ,meson and git(use for download the depend while configure with meson) work correctly.
You should have the knowledge of Xpath and XML file.