GraveHag / CyberspaceSpider

CyberspaceSpider is a visualization-based web crawling project that maps the path a web crawler takes as it navigates through the internet. With CyberspaceSpider, you can gain insights into the structure of the web and the relationships between different sites. It is a simple and intuitive tool that provides a unique perspective on web crawling.
1 stars 0 forks source link

Develop a basic walker algorithm #7

Open GraveHag opened 1 year ago

GraveHag commented 1 year ago

Develop a basic crawler algorithm:

Create an algorithm that can walker web pages by following links and collecting data, while avoiding duplicate pages and infinite loops.

4