# easy-crawler2 **Repository Path**: macos2/easy-crawler2 ## Basic Information - **Project Name**: easy-crawler2 - **Description**: A crawler program writen with WebkitGtk and Gtk3. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-11 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Easy-Crawler2 ============ This is a crawler programme writen in C .it works on webkit2gtk-4.0 and have a gui writen with Gtk3. ![](https://github.com/macos2/Easy-Crawler2/blob/master/screen-shoot.png) Stage ------ It still unstable yet, under development and fix bug. Depend ------ `gtk+-3.0` `webkit2gtk-4.0` and make sure your pkg-config, meson and ninja work correctly. Build ----- Open the terminal,go into the source dir,type `meson build` to make a `build` dir and go into it type `ninja` . the programme named `easy-crawler2` will maked for you. Use ----- You should have the knowledge of Css Selector,Javascript and Ajax.