blurHY / HorizonSpider

The spider for ZeroNet search engine Horizon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The spider for ZeroNet search engine Horizon

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%