danieldonchev / Crawler

C++ crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler

C++ website crawler which downloads a website's contents and parses the readable by the user text. It indexes the words into a tree for a faster search. Works with http sites.
The crawler indexes the selected page and a targeted depth of the links in the selected page. This means that the crawler can also index pages that are outside of the selected site.

About

C++ crawler


Languages

Language:C++ 100.0%