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.