Skip to content

nynepebbles/crawler

Repository files navigation

🌐 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 ≥ 3.23
  • Conan, 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

About

Web crawler written in modern C++, with visual graphs generation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published