/HorizonSpider

The spider for ZeroNet search engine Horizon

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

HorizonSpider - Nodejs

Basic concepts

The spider crawls each site in siteList and submit crawled links to zeronet.

Then zeronet processes them, and downloads those zites.

It continues to traversal siteList and crawls newly downloaded sites to get more links

Usage

Clone this repo and:

yarn

Config

Create .env file and add configs as follows:

ZeroNetPath=D:/ZeroNet
ZeronetDataPath=D:/ZeroNet/Data

Run

yarn crawl