From 9b02739d4a577b7da2d6235d76fd9031befec9f5 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Fri, 11 Jul 2025 01:36:39 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index fbc5ce1..6de44eb 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,14 @@ Welcome to the aquatic-crawler wiki! ## Conception +``` +torrent client > aquatic_udp > infohash.bin > aquatic-crawler > * xml.rss + * SQLite DB + * Manticore full-text search index + * /.torrent + * /data-preload +``` + 1. Run the [aquatic_udp](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic) tracker with binary export enabled. 2. Add this tracker to your BitTorrent client (and share with others). 3. Run the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) connected to the `aquatic_udp` binary API.