An open API service indexing awesome lists of open source software.

https://github.com/suddencollection/crawler

web crawler with graph rendering
https://github.com/suddencollection/crawler

cpp crawler fmt lexbor libcurl ogdf web-crawler

Last synced: 3 months ago
JSON representation

web crawler with graph rendering

Awesome Lists containing this project

README

          

# 🌐 Web Crawler Grapher

A simple **web crawler** written in modern C++, which extracts hyperlinks and builds **visual graphs** of the web.




# Building
Before building the project, make sure the following dependencies are installed on your system:

- [CMake](https://cmake.org/download/) ≥ 3.23
- [Conan](https://conan.io/), the C++ package manager
- **C++20 compiler**

To verify installation:

$ g++ --version
$ cmake --version
$ conan --version

Then build and run:

$ sh/build
$ sh/run

# Demonstration