https://github.com/equalsraf/webpageworker
WebPage crawler powered by QtWebKit
https://github.com/equalsraf/webpageworker
Last synced: 10 months ago
JSON representation
WebPage crawler powered by QtWebKit
- Host: GitHub
- URL: https://github.com/equalsraf/webpageworker
- Owner: equalsraf
- Created: 2014-07-31T16:51:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T09:23:49.000Z (almost 12 years ago)
- Last Synced: 2025-03-06T12:30:49.298Z (about 1 year ago)
- Language: C++
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webpageworker is a QtWebKit based crawler.
## Dependencies
Qt5 and CMake, that is all.
## Build (Unix)
mkdir build
cd build
cmake ..
make
## Build (Windows)
Building for windows with CMake should be fairly similar to the Unix example
above (depending on your generator). If you are cross compiling for Mingw I've
left a toolchain in the cmake/ folder, just call cmake as
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw32-w64-cross.toolchain.cmake ..
## Documentation
Read MANPAGE.md for details, you can generate a manpage
if you have md2man-roff with
make man